Package one.microstream.collections
Class EqHashTable.Values.OldValues
- java.lang.Object
-
- one.microstream.collections.old.AbstractOldGettingList<E>
-
- one.microstream.collections.old.AbstractOldSettingList<V>
-
- one.microstream.collections.EqHashTable.Values.OldValues
-
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
,List<V>
,OldCollection<V>
,OldList<V>
- Enclosing class:
- EqHashTable.Values
public final class EqHashTable.Values.OldValues extends AbstractOldSettingList<V>
-
-
Constructor Summary
Constructors Constructor Description OldValues()
-
Method Summary
Modifier and Type Method Description EqHashTable.Values
parent()
-
Methods inherited from class one.microstream.collections.old.AbstractOldSettingList
set, subList
-
Methods inherited from class one.microstream.collections.old.AbstractOldGettingList
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, 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 java.util.List
equals, hashCode, replaceAll, sort, spliterator, toArray
-
Methods inherited from interface one.microstream.collections.old.OldCollection
bla, toArray
-
-
-
-
Method Detail
-
parent
public final EqHashTable.Values parent()
- Specified by:
parent
in interfaceOldCollection<V>
- Specified by:
parent
in interfaceOldList<V>
- Overrides:
parent
in classAbstractOldSettingList<V>
-
-