public interface XPutGetSequence<E> extends XPuttingSequence<E>, XGettingSequence<E>, XPutGetCollection<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPutGetSequence.Factory<E> |
XPuttingSequence.Creator<E>XPutGetCollection.Creator<E>XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XPutGetSequence<E> |
addAll(E... elements) |
XPutGetSequence<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPutGetSequence<E> |
addAll(XGettingCollection<? extends E> elements) |
XPutGetSequence<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.
|
XPutGetSequence<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetSequence<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. |
XPutGetSequence<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetSequence<E> |
toReversed()
Creates a new
XGettingSequence with the reversed order of elements. |
at, copySelection, first, get, hasIndex, immure, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, range, scan, view, viewiterateIndexedapplies, contains, containsAll, containsId, containsSearched, copyTo, count, countBy, distinct, distinct, equality, equals, equals, equalsContent, except, filterTo, hashCode, hasVolatileElements, intersect, intSize, iterator, join, max, min, nullContained, old, search, seek, size, toArray, toArray, unionforEach, spliteratornullPut, putaccept, add, collector, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizeXPutGetSequence<E> putAll(E... elements)
XPuttingCollectionputAll in interface XPutGetCollection<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addXPutGetSequence<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingCollectionputAll in interface XPutGetCollection<E>putAll 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 collectionXPutGetSequence<E> putAll(XGettingCollection<? extends E> elements)
XPuttingCollectionputAll in interface XPutGetCollection<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addXPutGetSequence<E> addAll(E... elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XPutGetCollection<E>XPutGetSequence<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XPutGetCollection<E>XPutGetSequence<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XPutGetCollection<E>XPutGetSequence<E> copy()
XGettingSequencecopy in interface Copyablecopy in interface XAddGetCollection<E>copy in interface XGettingCollection<E>copy in interface XGettingSequence<E>copy in interface XPutGetCollection<E>XPutGetSequence<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 XGettingSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.