Interface XAddingBag<E>
- All Superinterfaces:
CapacityCarrying
,CapacityExtendable
,Consumer<E>
,ExtendedBag<E>
,ExtendedCollection<E>
,OptimizableCollection
,Sized
,XAddingCollection<E>
- All Known Subinterfaces:
XAddingList<E>
,XBag<E>
,XBasicList<E>
,XExpandingList<E>
,XExtendingList<E>
,XIncreasingList<E>
,XInputtingList<E>
,XInsertingList<E>
,XLadder<E>
,XList<E>
,XPutGetBag<E>
,XPutGetList<E>
,XPuttingBag<E>
,XPuttingList<E>
- All Known Implementing Classes:
ArrayCollector
,BulkList
,EqBulkList
,LimitList
,LockedList
,Single
,SubList
,SynchList
public interface XAddingBag<E> extends XAddingCollection<E>, ExtendedBag<E>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XAddingBag.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.XAddingCollection
XAddingCollection.Creator<E>
-
Method Summary
Modifier and Type Method Description XAddingCollection<E>
addAll(E... elements)
XAddingCollection<E>
addAll(E[] elements, int srcStartIndex, int srcLength)
XAddingCollection<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 interfaceXAddingCollection<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
-