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  
 
Enclosing interface: 
XMap <K ,V > 
 
 
public static interface XMap.Values<K,V> 
extends XProcessingMap.Values <K,V>, XMap.Satellite <K,V>, XReplacingCollection <V> 
 
 
 
Method Summary 
All Methods Instance Methods Abstract Methods 
Modifier and Type 
Method 
Description 
 
 
XBag <V > 
copy  () 
Creates a true copy of this collection which references the same elements as this collection does
 at the time the method is called.
 
 
 
 
 
Methods inherited from interface one.microstream.collections.interfaces.Sized  
 isEmpty  
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  
 
 
 
 
 
Method Details 
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 interface Copyable  
Specified by:  
copy  in interface XGettingBag <K > 
Specified by:  
copy  in interface XGettingCollection <K > 
Specified by:  
copy  in interface XProcessingBag <K > 
Returns:  
a copy of this list