Interface XAddingList<E>
- All Superinterfaces:
CapacityCarrying
,CapacityExtendable
,Consumer<E>
,ExtendedBag<E>
,ExtendedCollection<E>
,ExtendedList<E>
,ExtendedSequence<E>
,OptimizableCollection
,Sized
,XAddingBag<E>
,XAddingCollection<E>
,XAddingSequence<E>
- All Known Subinterfaces:
XBasicList<E>
,XExpandingList<E>
,XExtendingList<E>
,XIncreasingList<E>
,XInputtingList<E>
,XInsertingList<E>
,XLadder<E>
,XList<E>
,XPutGetList<E>
,XPuttingList<E>
- All Known Implementing Classes:
ArrayCollector
,BulkList
,EqBulkList
,LimitList
,LockedList
,Single
,SubList
,SynchList
public interface XAddingList<E> extends XAddingSequence<E>, XAddingBag<E>, ExtendedList<E>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XAddingList.Creator<E>
Nested classes/interfaces inherited from interface one.microstream.collections.types.XAddingBag
XAddingBag.Factory<E>
-
Method Summary
Modifier and Type Method Description XAddingList<E>
addAll(E... elements)
XAddingList<E>
addAll(E[] elements, int offset, int length)
XAddingList<E>
addAll(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
-
Method Details
-
addAll
- Specified by:
addAll
in interfaceXAddingBag<E>
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingBag<E>
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingBag<E>
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
-