public interface XInputtingList<E> extends XInputtingSequence<E>, XExpandingList<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XInputtingList.Factory<E> |
XInputtingSequence.Creator<E>| Modifier and Type | Method and Description |
|---|---|
XInputtingList<E> |
addAll(E... elements) |
XInputtingList<E> |
addAll(E[] elements,
int offset,
int length) |
XInputtingList<E> |
addAll(XGettingCollection<? extends E> elements) |
XInputtingList<E> |
prependAll(E... elements) |
XInputtingList<E> |
prependAll(E[] elements,
int offset,
int length) |
XInputtingList<E> |
prependAll(XGettingCollection<? extends E> elements) |
XInputtingList<E> |
preputAll(E... elements) |
XInputtingList<E> |
preputAll(E[] elements,
int offset,
int length) |
XInputtingList<E> |
preputAll(XGettingCollection<? extends E> elements) |
XInputtingList<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XInputtingList<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. |
XInputtingList<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
input, inputAll, inputAll, inputAll, nullInputinsert, insertAll, insertAll, insertAll, nullInsertnullPut, putaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizenullPreput, preputnullPrepend, prependhasVolatileElements, nullAllowedXInputtingList<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 XExpandingList<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingList<E>addAll in interface XExtendingSequence<E>addAll in interface XInputtingSequence<E>addAll in interface XInsertingSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XInputtingList<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 XExpandingList<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingList<E>addAll in interface XExtendingSequence<E>addAll in interface XInputtingSequence<E>addAll in interface XInsertingSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XInputtingList<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 XExpandingList<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingList<E>addAll in interface XExtendingSequence<E>addAll in interface XInputtingSequence<E>addAll in interface XInsertingSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XInputtingList<E> putAll(E... elements)
XPuttingCollectionputAll in interface XExpandingList<E>putAll in interface XExpandingSequence<E>putAll in interface XInputtingSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<E>putAll in interface XPuttingSequence<E>elements - to addXInputtingList<E> putAll(E[] elements, int offset, int length)
XPuttingCollectionputAll in interface XExpandingList<E>putAll in interface XExpandingSequence<E>putAll in interface XInputtingSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<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 collectionXInputtingList<E> putAll(XGettingCollection<? extends E> elements)
XPuttingCollectionputAll in interface XExpandingList<E>putAll in interface XExpandingSequence<E>putAll in interface XInputtingSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<E>putAll in interface XPuttingSequence<E>elements - to addXInputtingList<E> prependAll(E... elements)
prependAll in interface XExpandingList<E>prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingList<E>prependAll in interface XExtendingSequence<E>prependAll in interface XInputtingSequence<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingList<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingList<E>prependAll in interface XPreputtingSequence<E>XInputtingList<E> prependAll(E[] elements, int offset, int length)
prependAll in interface XExpandingList<E>prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingList<E>prependAll in interface XExtendingSequence<E>prependAll in interface XInputtingSequence<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingList<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingList<E>prependAll in interface XPreputtingSequence<E>XInputtingList<E> prependAll(XGettingCollection<? extends E> elements)
prependAll in interface XExpandingList<E>prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingList<E>prependAll in interface XExtendingSequence<E>prependAll in interface XInputtingSequence<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingList<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingList<E>prependAll in interface XPreputtingSequence<E>XInputtingList<E> preputAll(E... elements)
preputAll in interface XExpandingList<E>preputAll in interface XExpandingSequence<E>preputAll in interface XInputtingSequence<E>preputAll in interface XPreputtingList<E>preputAll in interface XPreputtingSequence<E>XInputtingList<E> preputAll(E[] elements, int offset, int length)
preputAll in interface XExpandingList<E>preputAll in interface XExpandingSequence<E>preputAll in interface XInputtingSequence<E>preputAll in interface XPreputtingList<E>preputAll in interface XPreputtingSequence<E>XInputtingList<E> preputAll(XGettingCollection<? extends E> elements)
preputAll in interface XExpandingList<E>preputAll in interface XExpandingSequence<E>preputAll in interface XInputtingSequence<E>preputAll in interface XPreputtingList<E>preputAll in interface XPreputtingSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.