Interface XPuttingSequence<E>
-
- All Superinterfaces:
CapacityCarrying,CapacityExtendable,Consumer<E>,ExtendedCollection<E>,ExtendedSequence<E>,OptimizableCollection,Sized,XAddingCollection<E>,XAddingSequence<E>,XPuttingCollection<E>
- All Known Subinterfaces:
XBasicEnum<E>,XBasicList<E>,XBasicSequence<E>,XBasicTable<K,V>,XBasicTable.Keys<K,V>,XChart<K,V>,XChart.Keys<K,V>,XEnum<E>,XExpandingEnum<E>,XExpandingList<E>,XExpandingSequence<E>,XIncreasingEnum<E>,XIncreasingList<E>,XIncreasingSequence<E>,XInputtingEnum<E>,XInputtingList<E>,XInputtingSequence<E>,XLadder<E>,XList<E>,XPutGetEnum<E>,XPutGetList<E>,XPutGetSequence<E>,XPutGetSortation<E>,XPuttingEnum<E>,XPuttingList<E>,XPuttingSortation<E>,XRank<E>,XSequence<E>,XSortation<E>,XTable<K,V>,XTable.Keys<K,V>
- All Known Implementing Classes:
ArrayCollector,BulkList,EqBulkList,EqHashEnum,EqHashTable,EqHashTable.Keys,HashEnum,HashTable,HashTable.Keys,LimitList,LockedList,Single,SubCollector,SubList,SynchList
public interface XPuttingSequence<E> extends XPuttingCollection<E>, XAddingSequence<E>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXPuttingSequence.Creator<E>
-
Method Summary
Modifier and Type Method Description XPuttingSequence<E>putAll(E... elements)XPuttingSequence<E>putAll(E[] elements, int srcStartIndex, int srcLength)XPuttingSequence<E>putAll(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.XAddingSequence
addAll, addAll, addAll
-
Methods inherited from interface one.microstream.collections.types.XPuttingCollection
nullPut, put
-
-
-
-
Method Detail
-
putAll
XPuttingSequence<E> putAll(E... elements)
- Specified by:
putAllin interfaceXPuttingCollection<E>
-
putAll
XPuttingSequence<E> putAll(E[] elements, int srcStartIndex, int srcLength)
- Specified by:
putAllin interfaceXPuttingCollection<E>
-
putAll
XPuttingSequence<E> putAll(XGettingCollection<? extends E> elements)
- Specified by:
putAllin interfaceXPuttingCollection<E>
-
-