public interface XPuttingSortation<E> extends XAddingSortation<E>, XPuttingSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPuttingSortation.Factory<E> |
XPuttingSequence.Creator<E>| Modifier and Type | Method and Description |
|---|---|
XPuttingSortation<E> |
addAll(E... elements) |
XPuttingSortation<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPuttingSortation<E> |
addAll(XGettingCollection<? extends E> elements) |
XPuttingSortation<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPuttingSortation<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. |
XPuttingSortation<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
getComparatornullPut, putaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizehasVolatileElements, nullAllowedXPuttingSortation<E> addAll(E... elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSortation<E>XPuttingSortation<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSortation<E>XPuttingSortation<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSortation<E>XPuttingSortation<E> putAll(E... elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addXPuttingSortation<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingCollectionputAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addsrcStartIndex - start index of elements-array to add to collectionsrcLength - length of elements-array to add to collectionXPuttingSortation<E> putAll(XGettingCollection<? extends E> elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addCopyright © 2022 MicroStream Software. All rights reserved.