Interface XPrependingList<E>
- All Superinterfaces:
- CapacityCarrying,- CapacityExtendable,- Consumer<E>,- ExtendedCollection<E>,- ExtendedList<E>,- ExtendedSequence<E>,- OptimizableCollection,- Sized,- XPrependingSequence<E>
- All Known Subinterfaces:
- XExpandingList<E>,- XExtendingList<E>,- XIncreasingList<E>,- XInputtingList<E>,- XInsertingList<E>,- XList<E>
- All Known Implementing Classes:
- ArrayCollector,- BulkList,- EqBulkList,- LimitList,- LockedList,- Single,- SubList,- SynchList
public interface XPrependingList<E> extends XPrependingSequence<E>, ExtendedList<E>
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceXPrependingList.Creator<E>
- 
Method SummaryModifier and Type Method Description XPrependingList<E>prependAll(E... elements)XPrependingList<E>prependAll(E[] elements, int srcStartIndex, int srcLength)XPrependingList<E>prependAll(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, prepend
- 
Method Details- 
prependAll- Specified by:
- prependAllin interface- XPrependingSequence<E>
 
- 
prependAll- Specified by:
- prependAllin interface- XPrependingSequence<E>
 
- 
prependAll- Specified by:
- prependAllin interface- XPrependingSequence<E>
 
 
-