Interface XProcessingMap.Values<K,V>
-
- All Superinterfaces:
CapacityCarrying
,Clearable
,ComponentType
,ConsolidatableCollection
,Copyable
,ExtendedBag<V>
,ExtendedCollection<V>
,Iterable<V>
,OptimizableCollection
,Processable<V>
,ReleasingCollection<V>
,Sized
,Truncateable
,XGettingBag<V>
,XGettingCollection<V>
,XGettingMap.Satellite<K,V>
,XGettingMap.Values<K,V>
,XIterable<V>
,XJoinable<V>
,XProcessingBag<V>
,XProcessingCollection<V>
,XRemovingBag<V>
,XRemovingCollection<V>
- All Known Subinterfaces:
XBasicTable.Values<K,V>
,XChart.Values<K,V>
,XMap.Values<K,V>
,XTable.Values<K,V>
- All Known Implementing Classes:
EqHashTable.Values
,HashTable.Values
- Enclosing interface:
- XProcessingMap<K,V>
public static interface XProcessingMap.Values<K,V> extends XGettingMap.Values<K,V>, XProcessingBag<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>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingBag
XProcessingBag.Factory<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.functional.Processable
process
-
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
-
Methods inherited from interface one.microstream.collections.types.XProcessingBag
copy, immure, view
-
Methods inherited from interface one.microstream.collections.types.XProcessingCollection
fetch, iterate, moveTo, pinch, removeBy, removeDuplicates, retrieve, retrieveBy
-
Methods inherited from interface one.microstream.collections.types.XRemovingCollection
clear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncate
-
-