Interface XGettingMap.Keys<K,V>
-
- All Superinterfaces:
CapacityCarrying
,ComponentType
,Copyable
,ExtendedCollection<K>
,Iterable<K>
,Sized
,XGettingCollection<K>
,XGettingMap.Satellite<K,V>
,XGettingSet<K>
,XIterable<K>
,XJoinable<K>
- All Known Subinterfaces:
XBasicTable.Keys<K,V>
,XChart.Keys<K,V>
,XGettingTable.Keys<K,V>
,XImmutableMap.Keys<K,V>
,XImmutableTable.Keys<K,V>
,XMap.Keys<K,V>
,XProcessingMap.Keys<K,V>
,XTable.Keys<K,V>
- All Known Implementing Classes:
ConstHashTable.Keys
,EqConstHashTable.Keys
,EqHashTable.Keys
,HashTable.Keys
- Enclosing interface:
- XGettingMap<K,V>
public static interface XGettingMap.Keys<K,V> extends XGettingSet<K>, 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.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 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.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
copy, iterate
-
-
-
-
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 interfaceXGettingSet<K>
- Returns:
- an immutable copy of this collection instance.
-
-