public interface XExpandingList<E> extends XExtendingList<E>, XPuttingList<E>, XPreputtingList<E>, XExpandingSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XExpandingList.Factory<E> |
XExtendingList.Creator<E>XPuttingList.Creator<E>XExpandingSequence.Creator<E>| Modifier and Type | Method and Description |
|---|---|
XExpandingList<E> |
addAll(E... elements) |
XExpandingList<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XExpandingList<E> |
addAll(XGettingCollection<? extends E> elements) |
XExpandingList<E> |
prependAll(E... elements) |
XExpandingList<E> |
prependAll(E[] elements,
int srcStartIndex,
int srcLength) |
XExpandingList<E> |
prependAll(XGettingCollection<? extends E> elements) |
XExpandingList<E> |
preputAll(E... elements) |
XExpandingList<E> |
preputAll(E[] elements,
int srcStartIndex,
int srcLength) |
XExpandingList<E> |
preputAll(XGettingCollection<? extends E> elements) |
XExpandingList<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XExpandingList<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. |
XExpandingList<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, remainingCapacityoptimizenullPreput, preputnullPrepend, prependhasVolatileElements, nullAllowedXExpandingList<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 XExpandingSequence<E>addAll in interface XExtendingList<E>addAll in interface XExtendingSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XExpandingList<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingList<E>addAll in interface XExtendingSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XExpandingList<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 XExpandingSequence<E>addAll in interface XExtendingList<E>addAll in interface XExtendingSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XExpandingList<E> putAll(E... elements)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(Object...)
putAll in interface XExpandingSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<E>putAll in interface XPuttingSequence<E>elements - to addXExpandingList<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(Object[], int, int)
putAll in interface XExpandingSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<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 collectionXExpandingList<E> putAll(XGettingCollection<? extends E> elements)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(XGettingCollection)
putAll in interface XExpandingSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<E>putAll in interface XPuttingSequence<E>elements - to addXExpandingList<E> prependAll(E... elements)
prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingList<E>prependAll in interface XExtendingSequence<E>prependAll in interface XPrependingList<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingList<E>prependAll in interface XPreputtingSequence<E>XExpandingList<E> prependAll(E[] elements, int srcStartIndex, int srcLength)
prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingList<E>prependAll in interface XExtendingSequence<E>prependAll in interface XPrependingList<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingList<E>prependAll in interface XPreputtingSequence<E>XExpandingList<E> prependAll(XGettingCollection<? extends E> elements)
prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingList<E>prependAll in interface XExtendingSequence<E>prependAll in interface XPrependingList<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingList<E>prependAll in interface XPreputtingSequence<E>XExpandingList<E> preputAll(E... elements)
preputAll in interface XExpandingSequence<E>preputAll in interface XPreputtingList<E>preputAll in interface XPreputtingSequence<E>XExpandingList<E> preputAll(E[] elements, int srcStartIndex, int srcLength)
preputAll in interface XExpandingSequence<E>preputAll in interface XPreputtingList<E>preputAll in interface XPreputtingSequence<E>XExpandingList<E> preputAll(XGettingCollection<? extends E> elements)
preputAll in interface XExpandingSequence<E>preputAll in interface XPreputtingList<E>preputAll in interface XPreputtingSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.