Interface XPreputtingList<E>
- All Superinterfaces:
CapacityCarrying
,CapacityExtendable
,Consumer<E>
,ExtendedCollection<E>
,ExtendedList<E>
,ExtendedSequence<E>
,OptimizableCollection
,Sized
,XPrependingSequence<E>
,XPreputtingSequence<E>
- All Known Subinterfaces:
XExpandingList<E>
,XIncreasingList<E>
,XInputtingList<E>
,XList<E>
- All Known Implementing Classes:
ArrayCollector
,BulkList
,EqBulkList
,LimitList
,LockedList
,Single
,SubList
,SynchList
public interface XPreputtingList<E> extends XPreputtingSequence<E>, ExtendedList<E>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XPreputtingList.Factory<E>
Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollection
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
Nested classes/interfaces inherited from interface one.microstream.collections.types.XPreputtingSequence
XPreputtingSequence.Creator<E>
-
Method Summary
Modifier and Type Method Description XPreputtingList<E>
prependAll(E... elements)
XPreputtingList<E>
prependAll(E[] elements, int srcStartIndex, int srcLength)
XPreputtingList<E>
prependAll(XGettingCollection<? extends E> elements)
XPreputtingList<E>
preputAll(E... elements)
XPreputtingList<E>
preputAll(E[] elements, int srcStartIndex, int srcLength)
XPreputtingList<E>
preputAll(XGettingCollection<? extends E> elements)
Methods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
isFull, maximumCapacity, remainingCapacity
Methods inherited from interface one.microstream.collections.interfaces.CapacityExtendable
currentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacity
Methods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
hasVolatileElements, nullAllowed
Methods inherited from interface one.microstream.collections.interfaces.OptimizableCollection
optimize
Methods inherited from interface one.microstream.collections.types.XPrependingSequence
nullPrepend, prepend
Methods inherited from interface one.microstream.collections.types.XPreputtingSequence
nullPreput, preput
-
Method Details
-
prependAll
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
- Specified by:
prependAll
in interfaceXPreputtingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
- Specified by:
prependAll
in interfaceXPreputtingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
- Specified by:
prependAll
in interfaceXPreputtingSequence<E>
-
preputAll
- Specified by:
preputAll
in interfaceXPreputtingSequence<E>
-
preputAll
- Specified by:
preputAll
in interfaceXPreputtingSequence<E>
-
preputAll
- Specified by:
preputAll
in interfaceXPreputtingSequence<E>
-