Interface XGettingTable.Keys<K,V>
-
- All Superinterfaces:
CapacityCarrying
,ComponentType
,Copyable
,ExtendedCollection<K>
,ExtendedSequence<K>
,Iterable<K>
,Sized
,XGettingCollection<K>
,XGettingEnum<K>
,XGettingMap.Keys<K,V>
,XGettingMap.Satellite<K,V>
,XGettingSequence<K>
,XGettingSet<K>
,XGettingTable.Satellite<K,V>
,XIndexIterable<K>
,XIterable<K>
,XJoinable<K>
- All Known Subinterfaces:
XBasicTable.Keys<K,V>
,XChart.Keys<K,V>
,XImmutableTable.Keys<K,V>
,XTable.Keys<K,V>
- All Known Implementing Classes:
ConstHashTable.Keys
,EqConstHashTable.Keys
,EqHashTable.Keys
,HashTable.Keys
- Enclosing interface:
- XGettingTable<K,V>
public static interface XGettingTable.Keys<K,V> extends XGettingMap.Keys<K,V>, XGettingEnum<K>, XGettingTable.Satellite<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.typing.Copyable
Copyable.Static
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingEnum
XGettingEnum.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingSequence
XGettingSequence.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingSet
XGettingSet.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterable
XIterable.Executor<E>
-
-
Method Summary
Modifier and Type Method Description XGettingTable<K,V>
parent()
-
Methods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
isFull, maximumCapacity, remainingCapacity
-
Methods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
nullAllowed
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface one.microstream.collections.types.XGettingCollection
applies, contains, containsAll, containsId, containsSearched, copyTo, count, countBy, distinct, distinct, equality, equals, equals, equalsContent, except, filterTo, hashCode, hasVolatileElements, intersect, intSize, iterator, join, max, min, nullContained, old, search, seek, size, toArray, toArray, union
-
Methods inherited from interface one.microstream.collections.types.XGettingEnum
copy, immure, iterate, range, toReversed, view, view
-
Methods inherited from interface one.microstream.collections.types.XGettingMap.Keys
immure
-
Methods inherited from interface one.microstream.collections.types.XGettingSequence
at, copySelection, first, get, hasIndex, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scan
-
Methods inherited from interface one.microstream.collections.types.XIndexIterable
iterateIndexed
-
-
-
-
Method Detail
-
parent
XGettingTable<K,V> parent()
- Specified by:
parent
in interfaceXGettingMap.Satellite<K,V>
- Specified by:
parent
in interfaceXGettingTable.Satellite<K,V>
-
-