All Superinterfaces: 
CapacityCarrying , Clearable , ConsolidatableCollection , Copyable , ExtendedCollection <E>, ExtendedSequence <E>, Iterable <E>, OptimizableCollection , Processable <E>, ReleasingCollection <E>, Sized , Truncateable , XGettingCollection <E>, XGettingEnum <E>, XGettingSequence <E>, XGettingSet <E>, XIndexIterable <E>, XIterable <E>, XJoinable <E>, XProcessingCollection <E>, XProcessingSequence <E>, XProcessingSet <E>, XRemovingCollection <E>, XRemovingEnum <E>, XRemovingSequence <E>, XRemovingSet <E> 
 
All Known Subinterfaces: 
XBasicEnum <E>, XBasicTable <K,V>, XBasicTable.Keys <K,V>, XChart <K,V>, XChart.Keys <K,V>, XDecreasingEnum <E>, XEnum <E>, XRank <E>, XTable <K,V>, XTable.Keys <K,V> 
 
All Known Implementing Classes: 
EnumProcessor , EqHashEnum , EqHashTable , EqHashTable.Keys , HashEnum , HashTable , HashTable.Keys , Single  
 
 
public interface XProcessingEnum<E> 
extends XRemovingEnum <E>, XGettingEnum <E>, XProcessingSet <E>, XProcessingSequence <E> 
 
 
 
Method Summary 
All Methods Instance Methods Abstract Methods 
 
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 , hashCode , hasVolatileElements , intersect , intSize , iterator , join , max , min , nullContained , old , search , seek , size , toArray , toArray , union  
Methods inherited from interface one.microstream.collections.types.XGettingSequence  
 at , copySelection , first , get , hasIndex , immure , indexBy , indexOf , isSorted , last , lastIndexBy , lastIndexOf , maxIndex , minIndex , peek , poll , scan  
 
 
 
 
 
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 <E > 
Specified by:  
copy  in interface XGettingEnum <E > 
Specified by:  
copy  in interface XGettingSequence <E > 
Specified by:  
copy  in interface XGettingSet <E > 
Specified by:  
copy  in interface XProcessingSet <E > 
Returns:  
a copy of this list