public interface XPutGetList<E> extends XPuttingList<E>, XGettingList<E>, XPutGetSequence<E>, XPutGetBag<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPutGetList.Factory<E> |
XPuttingList.Creator<E>XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XPutGetList<E> |
addAll(E... elements) |
XPutGetList<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPutGetList<E> |
addAll(XGettingCollection<? extends E> elements) |
XPutGetList<E> |
copy()
Creates a true copy of this list which references the same elements in the same order as this list does
at the time the method is called.
|
XPutGetList<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetList<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. |
XPutGetList<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetList<E> |
toReversed()
Creates a new
XGettingSequence with the reversed order of elements. |
immure, listIterator, listIterator, old, range, view, viewat, copySelection, first, get, hasIndex, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scaniterateIndexedapplies, contains, containsAll, containsId, containsSearched, copyTo, count, countBy, distinct, distinct, equality, equals, equals, equalsContent, except, filterTo, hashCode, hasVolatileElements, intersect, intSize, iterator, join, max, min, nullContained, search, seek, size, toArray, toArray, unionforEach, spliteratornullPut, putaccept, add, collector, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizeXPutGetList<E> copy()
XGettingSequencecopy in interface Copyablecopy in interface XAddGetCollection<E>copy in interface XGettingBag<E>copy in interface XGettingCollection<E>copy in interface XGettingList<E>copy in interface XGettingSequence<E>copy in interface XPutGetCollection<E>copy in interface XPutGetSequence<E>XPutGetList<E> toReversed()
XGettingSequenceXGettingSequence with the reversed order of elements.
This method creates a new collection and does not change the existing collection.
toReversed in interface XGettingList<E>toReversed in interface XGettingSequence<E>toReversed in interface XPutGetSequence<E>XPutGetList<E> putAll(E... elements)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(Object...)
putAll in interface XPutGetCollection<E>putAll in interface XPutGetSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<E>putAll in interface XPuttingSequence<E>elements - to addXPutGetList<E> putAll(E[] elements, int offset, int length)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(Object[], int, int)
putAll in interface XPutGetCollection<E>putAll in interface XPutGetSequence<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 collectionXPutGetList<E> putAll(XGettingCollection<? extends E> elements)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(XGettingCollection)
putAll in interface XPutGetCollection<E>putAll in interface XPutGetSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<E>putAll in interface XPuttingSequence<E>elements - to addXPutGetList<E> addAll(E... elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XPutGetCollection<E>addAll in interface XPutGetSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XPutGetList<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddGetCollection<E>addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XPutGetCollection<E>addAll in interface XPutGetSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XPutGetList<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XPutGetCollection<E>addAll in interface XPutGetSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>Copyright © 2022 MicroStream Software. All rights reserved.