Interface XPuttingEnum<E>
- All Superinterfaces:
- CapacityCarrying,- CapacityExtendable,- Consumer<E>,- ExtendedCollection<E>,- ExtendedSequence<E>,- OptimizableCollection,- ReleasingCollection<E>,- Sized,- XAddingCollection<E>,- XAddingEnum<E>,- XAddingSequence<E>,- XAddingSet<E>,- XPuttingCollection<E>,- XPuttingSequence<E>,- XPuttingSet<E>
- All Known Subinterfaces:
- XBasicEnum<E>,- XBasicTable<K,V>,- XBasicTable.Keys<K,V>,- XChart<K,V>,- XChart.Keys<K,V>,- XEnum<E>,- XExpandingEnum<E>,- XIncreasingEnum<E>,- XInputtingEnum<E>,- XPutGetEnum<E>,- XRank<E>,- XTable<K,V>,- XTable.Keys<K,V>
- All Known Implementing Classes:
- EqHashEnum,- EqHashTable,- EqHashTable.Keys,- HashEnum,- HashTable,- HashTable.Keys,- Single
public interface XPuttingEnum<E> extends XPuttingSet<E>, XPuttingSequence<E>, XAddingEnum<E>
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceXPuttingEnum.Creator<E>
- 
Method SummaryModifier and Type Method Description XPuttingEnum<E>addAll(E... elements)XPuttingEnum<E>addAll(E[] elements, int srcStartIndex, int srcLength)XPuttingEnum<E>addAll(XGettingCollection<? extends E> elements)XPuttingEnum<E>putAll(E... elements)XPuttingEnum<E>putAll(E[] elements, int srcStartIndex, int srcLength)XPuttingEnum<E>putAll(XGettingCollection<? extends E> elements)Methods inherited from interface one.microstream.collections.interfaces.CapacityCarryingisFull, maximumCapacity, remainingCapacityMethods inherited from interface one.microstream.collections.interfaces.CapacityExtendablecurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityMethods inherited from interface one.microstream.collections.interfaces.ExtendedCollectionhasVolatileElements, nullAllowedMethods inherited from interface one.microstream.collections.interfaces.OptimizableCollectionoptimizeMethods inherited from interface one.microstream.collections.types.XAddingCollectionaccept, add, collector, nullAdd
- 
Method Details- 
putAll- Specified by:
- putAllin interface- XPuttingCollection<E>
- Specified by:
- putAllin interface- XPuttingSequence<E>
- Specified by:
- putAllin interface- XPuttingSet<E>
 
- 
putAll- Specified by:
- putAllin interface- XPuttingCollection<E>
- Specified by:
- putAllin interface- XPuttingSequence<E>
- Specified by:
- putAllin interface- XPuttingSet<E>
 
- 
putAll- Specified by:
- putAllin interface- XPuttingCollection<E>
- Specified by:
- putAllin interface- XPuttingSequence<E>
- Specified by:
- putAllin interface- XPuttingSet<E>
 
- 
addAll- Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingEnum<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
- Specified by:
- addAllin interface- XAddingSet<E>
- Specified by:
- addAllin interface- XPuttingSet<E>
 
- 
addAll- Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingEnum<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
- Specified by:
- addAllin interface- XAddingSet<E>
- Specified by:
- addAllin interface- XPuttingSet<E>
 
- 
addAll- Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingEnum<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
- Specified by:
- addAllin interface- XAddingSet<E>
- Specified by:
- addAllin interface- XPuttingSet<E>
 
 
-