All Superinterfaces: 
CapacityCarrying , Clearable , ConsolidatableCollection , Copyable , ExtendedCollection <KeyValue <K,V>>, ExtendedMap <K,V>, Iterable <KeyValue <K,V>>, OptimizableCollection , Sized , Truncateable , XGettingCollection <KeyValue <K,V>>, XGettingMap <K,V>, XGettingSet <KeyValue <K,V>>, XIterable <KeyValue <K,V>>, XJoinable <KeyValue <K,V>>, XRemovingMap <K,V> 
 
All Known Subinterfaces: 
XBasicTable <K,V>, XChart <K,V>, XMap <K,V>, XTable <K,V> 
 
All Known Implementing Classes: 
EqHashTable , HashTable , LockedMap  
 
 
public interface XProcessingMap<K,V> 
extends XRemovingMap <K,V>, XGettingMap <K,V> 
 
 
 
Method Summary 
All Methods Instance Methods Abstract Methods 
 
Methods inherited from interface one.microstream.typing.Clearable  
 clear  
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 , 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 XGettingCollection <K > 
Specified by:  
copy  in interface XGettingMap <K ,V > 
Specified by:  
copy  in interface XGettingSet <K > 
Returns:  
a copy of this list