Package one.microstream.collections
Class EqHashTable.Keys.OldKeys
- java.lang.Object
-
- one.microstream.collections.old.AbstractOldGettingSet<E>
-
- one.microstream.collections.old.AbstractBridgeXSet<K>
-
- one.microstream.collections.EqHashTable.Keys.OldKeys
-
- All Implemented Interfaces:
Iterable<K>
,Collection<K>
,Set<K>
,OldCollection<K>
,OldSet<K>
- Enclosing class:
- EqHashTable.Keys
public final class EqHashTable.Keys.OldKeys extends AbstractBridgeXSet<K>
-
-
Constructor Summary
Constructors Constructor Description OldKeys()
-
Method Summary
Modifier and Type Method Description EqHashTable.Keys
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 final EqHashTable.Keys parent()
- Specified by:
parent
in interfaceOldCollection<K>
- Specified by:
parent
in interfaceOldSet<K>
- Overrides:
parent
in classAbstractBridgeXSet<K>
-
-