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()-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface one.microstream.collections.old.OldCollection
bla, toArray
-
-
-
-
Method Detail
-
parent
XGettingSet<E> parent()
- Specified by:
parentin interfaceOldCollection<E>
-
-