Interface XProcessingMap.Keys<K,V>
-
- All Superinterfaces:
CapacityCarrying
,Clearable
,ComponentType
,ConsolidatableCollection
,Copyable
,ExtendedCollection<K>
,Iterable<K>
,OptimizableCollection
,Processable<K>
,ReleasingCollection<K>
,Sized
,Truncateable
,XGettingCollection<K>
,XGettingMap.Keys<K,V>
,XGettingMap.Satellite<K,V>
,XGettingSet<K>
,XIterable<K>
,XJoinable<K>
,XProcessingCollection<K>
,XProcessingSet<K>
,XRemovingCollection<K>
,XRemovingSet<K>
- All Known Subinterfaces:
XBasicTable.Keys<K,V>
,XChart.Keys<K,V>
,XMap.Keys<K,V>
,XTable.Keys<K,V>
- All Known Implementing Classes:
EqHashTable.Keys
,HashTable.Keys
- Enclosing interface:
- XProcessingMap<K,V>
public static interface XProcessingMap.Keys<K,V> extends XGettingMap.Keys<K,V>, XProcessingSet<K>
-
-
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.XGettingCollection
XGettingCollection.Creator<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>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingSet
XProcessingSet.Factory<E>
-
-
Method Summary
Modifier and Type Method Description XImmutableSet<K>
immure()
Provides an instance of an immutable collection type with equal behavior and data as this instance.-
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, view
-
Methods inherited from interface one.microstream.collections.types.XGettingMap.Satellite
parent
-
Methods inherited from interface one.microstream.collections.types.XGettingSet
iterate
-
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.XProcessingSet
copy
-
Methods inherited from interface one.microstream.collections.types.XRemovingCollection
clear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncate
-
-
-
-
Method Detail
-
immure
XImmutableSet<K> immure()
Description copied from interface:XGettingCollection
Provides an instance of an immutable collection type with equal behavior and data as this instance.If this instance already is of an immutable collection type, it returns itself.
- Specified by:
immure
in interfaceXGettingCollection<K>
- Specified by:
immure
in interfaceXGettingMap.Keys<K,V>
- Specified by:
immure
in interfaceXGettingSet<K>
- Specified by:
immure
in interfaceXProcessingSet<K>
- Returns:
- an immutable copy of this collection instance.
-
-