public interface XPuttingSequence<E> extends XPuttingCollection<E>, XAddingSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPuttingSequence.Creator<E> |
| Modifier and Type | Method and Description |
|---|---|
XPuttingSequence<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPuttingSequence<E> |
putAll(E[] elements,
int srcStartIndex,
int srcLength)
Adds the specified elements to this collection if it is not already present (optional operation).
Only the elements with indizes from the srcStartIndex to the srcStartIndex+srcLength are put in the collection. |
XPuttingSequence<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
nullPut, putaddAll, addAll, addAllaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizehasVolatileElements, nullAllowedXPuttingSequence<E> putAll(E... elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>elements - to addXPuttingSequence<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingCollectionputAll in interface XPuttingCollection<E>elements - to addsrcStartIndex - start index of elements-array to add to collectionsrcLength - length of elements-array to add to collectionXPuttingSequence<E> putAll(XGettingCollection<? extends E> elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>elements - to addCopyright © 2022 MicroStream Software. All rights reserved.