Interface XMap.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>
,XMap.Satellite<K,V>
,XProcessingBag<V>
,XProcessingCollection<V>
,XProcessingMap.Values<K,V>
,XRemovingBag<V>
,XRemovingCollection<V>
,XReplacingCollection<V>
- All Known Subinterfaces:
XBasicTable.Values<K,V>
,XChart.Values<K,V>
,XTable.Values<K,V>
- All Known Implementing Classes:
EqHashTable.Values
,HashTable.Values
public static interface XMap.Values<K,V> extends XProcessingMap.Values<K,V>, XMap.Satellite<K,V>, XReplacingCollection<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.XMap.Satellite
parent
-
Methods inherited from interface one.microstream.collections.types.XProcessingBag
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
-
Methods inherited from interface one.microstream.collections.types.XReplacingCollection
substitute
-
-
-
-
Method Detail
-
copy
XBag<V> copy()
Description copied from interface:XGettingCollection
Creates a true copy of this collection which references the same elements as this collection does at the time the method is called. The elements themselves are NOT copied (no deep copying).
The type of the returned set is the same as of this list if possible.- Specified by:
copy
in interfaceCopyable
- Specified by:
copy
in interfaceXGettingBag<K>
- Specified by:
copy
in interfaceXGettingCollection<K>
- Specified by:
copy
in interfaceXProcessingBag<K>
- Returns:
- a copy of this list
-
-