Interface XGettingMap.Values<K,V>
-
- All Superinterfaces:
CapacityCarrying
,ComponentType
,Copyable
,ExtendedBag<V>
,ExtendedCollection<V>
,Iterable<V>
,Sized
,XGettingBag<V>
,XGettingCollection<V>
,XGettingMap.Satellite<K,V>
,XIterable<V>
,XJoinable<V>
- All Known Subinterfaces:
XBasicTable.Values<K,V>
,XChart.Values<K,V>
,XGettingTable.Values<K,V>
,XImmutableMap.Values<K,V>
,XImmutableTable.Values<K,V>
,XMap.Values<K,V>
,XProcessingMap.Values<K,V>
,XTable.Values<K,V>
- All Known Implementing Classes:
ConstHashTable.Values
,EqConstHashTable.Values
,EqHashTable.Values
,HashTable.Values
- Enclosing interface:
- XGettingMap<K,V>
public static interface XGettingMap.Values<K,V> extends XGettingBag<V>, XGettingMap.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.interfaces.ExtendedCollection
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingBag
XGettingBag.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingCollection
XGettingCollection.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterable
XIterable.Executor<E>
-
-
Method Summary
-
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.XGettingBag
copy, immure, view
-
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, get, hashCode, hasVolatileElements, intersect, intSize, iterator, join, max, min, nullContained, old, search, seek, size, toArray, toArray, union
-
Methods inherited from interface one.microstream.collections.types.XGettingMap.Satellite
parent
-
-