Interface XExtendingList<E>
- All Superinterfaces:
CapacityCarrying
,CapacityExtendable
,Consumer<E>
,ExtendedBag<E>
,ExtendedCollection<E>
,ExtendedList<E>
,ExtendedSequence<E>
,OptimizableCollection
,Sized
,XAddingBag<E>
,XAddingCollection<E>
,XAddingList<E>
,XAddingSequence<E>
,XExtendingSequence<E>
,XPrependingList<E>
,XPrependingSequence<E>
- All Known Subinterfaces:
XExpandingList<E>
,XIncreasingList<E>
,XInputtingList<E>
,XInsertingList<E>
,XList<E>
- All Known Implementing Classes:
ArrayCollector
,BulkList
,EqBulkList
,LimitList
,LockedList
,Single
,SubList
,SynchList
public interface XExtendingList<E> extends XExtendingSequence<E>, XAddingList<E>, XPrependingList<E>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XExtendingList.Creator<E>
Nested classes/interfaces inherited from interface one.microstream.collections.types.XAddingBag
XAddingBag.Factory<E>
-
Method Summary
Modifier and Type Method Description XExtendingList<E>
addAll(E... elements)
XExtendingList<E>
addAll(E[] elements, int srcStartIndex, int srcLength)
XExtendingList<E>
addAll(XGettingCollection<? extends E> elements)
XExtendingList<E>
prependAll(E... elements)
XExtendingList<E>
prependAll(E[] elements, int srcStartIndex, int srcLength)
XExtendingList<E>
prependAll(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.XAddingCollection
accept, add, collector, nullAdd
Methods inherited from interface one.microstream.collections.types.XPrependingSequence
nullPrepend, prepend
-
Method Details
-
addAll
- Specified by:
addAll
in interfaceXAddingBag<E>
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingList<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
- Specified by:
addAll
in interfaceXExtendingSequence<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingBag<E>
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingList<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
- Specified by:
addAll
in interfaceXExtendingSequence<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingBag<E>
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingList<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
- Specified by:
addAll
in interfaceXExtendingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXExtendingSequence<E>
- Specified by:
prependAll
in interfaceXPrependingList<E>
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXExtendingSequence<E>
- Specified by:
prependAll
in interfaceXPrependingList<E>
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXExtendingSequence<E>
- Specified by:
prependAll
in interfaceXPrependingList<E>
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
-