public interface XExpandingSequence<E> extends XExtendingSequence<E>, XPuttingSequence<E>, XPreputtingSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XExpandingSequence.Creator<E> |
| Modifier and Type | Method and Description |
|---|---|
XExpandingSequence<E> |
addAll(E... elements) |
XExpandingSequence<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XExpandingSequence<E> |
addAll(XGettingCollection<? extends E> elements) |
XExpandingSequence<E> |
prependAll(E... elements) |
XExpandingSequence<E> |
prependAll(E[] elements,
int srcStartIndex,
int srcLength) |
XExpandingSequence<E> |
prependAll(XGettingCollection<? extends E> elements) |
XExpandingSequence<E> |
preputAll(E... elements) |
XExpandingSequence<E> |
preputAll(E[] elements,
int srcStartIndex,
int srcLength) |
XExpandingSequence<E> |
preputAll(XGettingCollection<? extends E> elements) |
XExpandingSequence<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XExpandingSequence<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. |
XExpandingSequence<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, nullAllowedXExpandingSequence<E> addAll(E... elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XExtendingSequence<E>XExpandingSequence<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XExtendingSequence<E>XExpandingSequence<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XExtendingSequence<E>XExpandingSequence<E> putAll(E... elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addXExpandingSequence<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 collectionXExpandingSequence<E> putAll(XGettingCollection<? extends E> elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addXExpandingSequence<E> prependAll(E... elements)
prependAll in interface XExtendingSequence<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingSequence<E>XExpandingSequence<E> prependAll(E[] elements, int srcStartIndex, int srcLength)
prependAll in interface XExtendingSequence<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingSequence<E>XExpandingSequence<E> prependAll(XGettingCollection<? extends E> elements)
prependAll in interface XExtendingSequence<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingSequence<E>XExpandingSequence<E> preputAll(E... elements)
preputAll in interface XPreputtingSequence<E>XExpandingSequence<E> preputAll(E[] elements, int srcStartIndex, int srcLength)
preputAll in interface XPreputtingSequence<E>XExpandingSequence<E> preputAll(XGettingCollection<? extends E> elements)
preputAll in interface XPreputtingSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.