public interface XPuttingList<E> extends XAddingList<E>, XPuttingBag<E>, XPuttingSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPuttingList.Creator<E> |
XAddingBag.Factory<E>| Modifier and Type | Method and Description |
|---|---|
XPuttingList<E> |
addAll(E... elements) |
XPuttingList<E> |
addAll(E[] elements,
int offset,
int length) |
XPuttingList<E> |
addAll(XGettingCollection<? extends E> elements) |
XPuttingList<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPuttingList<E> |
putAll(E[] elements,
int offset,
int length)
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. |
XPuttingList<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
nullPut, putaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizehasVolatileElements, nullAllowedXPuttingList<E> addAll(E... elements)
addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XPuttingBag<E>XPuttingList<E> addAll(E[] elements, int offset, int length)
addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XPuttingBag<E>XPuttingList<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XPuttingBag<E>XPuttingList<E> putAll(E... elements)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(Object...)
putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addXPuttingList<E> putAll(E[] elements, int offset, int length)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(Object[], int, int)
putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addoffset - start index of elements-array to add to collectionlength - length of elements-array to add to collectionXPuttingList<E> putAll(XGettingCollection<? extends E> elements)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(XGettingCollection)
putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addCopyright © 2022 MicroStream Software. All rights reserved.