Package one.microstream.collections
Class ConstLinearEnum.OldConstEnum<E>
- java.lang.Object
-
- one.microstream.collections.old.AbstractOldGettingSet<E>
-
- one.microstream.collections.ConstLinearEnum.OldConstEnum<E>
-
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,Set<E>
,OldCollection<E>
,OldSet<E>
- Enclosing class:
- ConstLinearEnum<E>
public static final class ConstLinearEnum.OldConstEnum<E> extends AbstractOldGettingSet<E>
-
-
Constructor Summary
Constructors Constructor Description OldConstEnum()
-
Method Summary
Modifier and Type Method Description ConstLinearEnum<E>
parent()
-
Methods inherited from class one.microstream.collections.old.AbstractOldGettingSet
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, 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 ConstLinearEnum<E> parent()
- Specified by:
parent
in interfaceOldCollection<E>
- Specified by:
parent
in interfaceOldSet<E>
- Overrides:
parent
in classAbstractOldGettingSet<E>
-
-