Package one.microstream.collections
Class EqHashEnum.OldVarSet<E>
- java.lang.Object
-
- one.microstream.collections.old.AbstractOldGettingSet<E>
-
- one.microstream.collections.old.AbstractBridgeXSet<E>
-
- one.microstream.collections.EqHashEnum.OldVarSet<E>
-
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,Set<E>
,OldCollection<E>
,OldSet<E>
- Enclosing class:
- EqHashEnum<E>
public static final class EqHashEnum.OldVarSet<E> extends AbstractBridgeXSet<E>
-
-
Constructor Summary
Constructors Constructor Description OldVarSet()
-
Method Summary
Modifier and Type Method Description EqHashEnum<E>
parent()
-
Methods inherited from class one.microstream.collections.old.AbstractBridgeXSet
add, addAll, clear, removeAll, retainAll
-
Methods inherited from class one.microstream.collections.old.AbstractOldGettingSet
contains, containsAll, isEmpty, iterator, remove, size, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface one.microstream.collections.old.OldCollection
bla, toArray
-
Methods inherited from interface java.util.Set
equals, hashCode, spliterator, toArray
-
-
-
-
Method Detail
-
parent
public EqHashEnum<E> parent()
- Specified by:
parent
in interfaceOldCollection<E>
- Specified by:
parent
in interfaceOldSet<E>
- Overrides:
parent
in classAbstractBridgeXSet<E>
-
-