Package one.microstream.collections.old
Interface OldSet<E>
- All Superinterfaces:
Collection<E>
,Iterable<E>
,OldCollection<E>
,Set<E>
- All Known Subinterfaces:
OldSingle<E>
- All Known Implementing Classes:
AbstractBridgeXSet
,AbstractOldGettingSet
,ConstLinearEnum.OldConstEnum
,EnumView.OldEnumView
,EqHashEnum.OldVarSet
,EqHashTable.Keys.OldKeys
,HashEnum.OldVarSet
,HashTable.Keys.OldKeys
,MutexSet.OldMutexSet
,SetView.OldSetView
,SynchSet.OldSynchSet
public interface OldSet<E> extends Set<E>, OldCollection<E>
-
Method Summary
Modifier and Type Method Description XGettingSet<E>
parent()
-
Method Details
-
parent
XGettingSet<E> parent()- Specified by:
parent
in interfaceOldCollection<E>
-