public interface XPutGetSortation<E> extends XGettingSequence<E>, XPuttingSortation<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPutGetSortation.Factory<E> |
XGettingCollection.Creator<E>Copyable.StaticXIterable.Executor<E>XPuttingSequence.Creator<E>| Modifier and Type | Method and Description |
|---|---|
XPutGetSortation<E> |
addAll(E... elements) |
XPutGetSortation<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPutGetSortation<E> |
addAll(XGettingCollection<? extends E> elements) |
XPutGetSortation<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.
|
XPutGetSortation<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetSortation<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. |
XPutGetSortation<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetSortation<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, viewapplies, 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, spliteratoriterateIndexedgetComparatornullPut, putaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizenullAllowedXPutGetSortation<E> copy()
XGettingSequencecopy in interface Copyablecopy in interface XGettingCollection<E>copy in interface XGettingSequence<E>XPutGetSortation<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>XPutGetSortation<E> addAll(E... elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSortation<E>addAll in interface XPuttingSortation<E>XPutGetSortation<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSortation<E>addAll in interface XPuttingSortation<E>XPutGetSortation<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSortation<E>addAll in interface XPuttingSortation<E>XPutGetSortation<E> putAll(E... elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSortation<E>elements - to addXPutGetSortation<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingCollectionputAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSortation<E>elements - to addsrcStartIndex - start index of elements-array to add to collectionsrcLength - length of elements-array to add to collectionXPutGetSortation<E> putAll(XGettingCollection<? extends E> elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSortation<E>elements - to addCopyright © 2022 MicroStream Software. All rights reserved.