Interface XPreputtingEnum<E>
- All Superinterfaces:
- CapacityCarrying,- CapacityExtendable,- Consumer<E>,- ExtendedCollection<E>,- ExtendedSequence<E>,- OptimizableCollection,- ReleasingCollection<E>,- Sized,- XPrependingSequence<E>,- XPreputtingSequence<E>
- All Known Subinterfaces:
- XEnum<E>,- XExpandingEnum<E>,- XIncreasingEnum<E>,- XInputtingEnum<E>,- XTable<K,V>,- XTable.Keys<K,V>
- All Known Implementing Classes:
- EqHashEnum,- EqHashTable,- EqHashTable.Keys,- HashEnum,- HashTable,- HashTable.Keys,- Single
public interface XPreputtingEnum<E> extends XPreputtingSequence<E>, ReleasingCollection<E>
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceXPreputtingEnum.Creator<E>
- 
Method SummaryModifier and Type Method Description XPreputtingEnum<E>prependAll(E... elements)XPreputtingEnum<E>prependAll(E[] elements, int srcStartIndex, int srcLength)XPreputtingEnum<E>prependAll(XGettingCollection<? extends E> elements)XPreputtingEnum<E>preputAll(E... elements)XPreputtingEnum<E>preputAll(E[] elements, int srcStartIndex, int srcLength)XPreputtingEnum<E>preputAll(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.XPrependingSequencenullPrepend, prependMethods inherited from interface one.microstream.collections.types.XPreputtingSequencenullPreput, preput
- 
Method Details- 
prependAll- Specified by:
- prependAllin interface- XPrependingSequence<E>
- Specified by:
- prependAllin interface- XPreputtingSequence<E>
 
- 
prependAll- Specified by:
- prependAllin interface- XPrependingSequence<E>
- Specified by:
- prependAllin interface- XPreputtingSequence<E>
 
- 
prependAll- Specified by:
- prependAllin interface- XPrependingSequence<E>
- Specified by:
- prependAllin interface- XPreputtingSequence<E>
 
- 
preputAll- Specified by:
- preputAllin interface- XPreputtingSequence<E>
 
- 
preputAll- Specified by:
- preputAllin interface- XPreputtingSequence<E>
 
- 
preputAll- Specified by:
- preputAllin interface- XPreputtingSequence<E>
 
 
-