public interface XIncreasingSequence<E> extends XInputtingSequence<E>, XSortableSequence<E>, SortableProcedure<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XIncreasingSequence.Creator<E> |
XGettingSequence.Factory<E>Copyable.StaticXIterable.Executor<E>| Modifier and Type | Method and Description |
|---|---|
XIncreasingSequence<E> |
addAll(E... elements) |
XIncreasingSequence<E> |
addAll(E[] elements,
int offset,
int length) |
XIncreasingSequence<E> |
addAll(XGettingCollection<? extends E> elements) |
XIncreasingSequence<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.
|
XIncreasingSequence<E> |
prependAll(E... elements) |
XIncreasingSequence<E> |
prependAll(E[] elements,
int offset,
int length) |
XIncreasingSequence<E> |
prependAll(XGettingCollection<? extends E> elements) |
XIncreasingSequence<E> |
preputAll(E... elements) |
XIncreasingSequence<E> |
preputAll(E[] elements,
int offset,
int length) |
XIncreasingSequence<E> |
preputAll(XGettingCollection<? extends E> elements) |
XIncreasingSequence<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XIncreasingSequence<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. |
XIncreasingSequence<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XIncreasingSequence<E> |
range(long fromIndex,
long toIndex) |
XIncreasingSequence<E> |
reverse()
Reverses the order of its own elements and returns itself.
|
XIncreasingSequence<E> |
sort(Comparator<? super E> comparator)
Sorts this collection according to the given comparator
and returns itself.
|
XIncreasingSequence<E> |
swap(long indexA,
long indexB) |
XIncreasingSequence<E> |
swap(long indexA,
long indexB,
long length) |
XIncreasingSequence<E> |
toReversed()
Creates a new
XGettingSequence with the reversed order of elements. |
input, inputAll, inputAll, inputAll, nullInputinsert, insertAll, insertAll, insertAll, nullInsertnullPut, putaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizenullPreput, preputnullPrepend, prependhasVolatileElements, nullAllowedshiftBy, shiftBy, shiftTo, shiftToat, copySelection, first, get, hasIndex, immure, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, 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, spliteratoriterateIndexedsortIfApplicableXIncreasingSequence<E> addAll(E... elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingSequence<E>addAll in interface XInputtingSequence<E>addAll in interface XInsertingSequence<E>XIncreasingSequence<E> addAll(E[] elements, int offset, int length)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingSequence<E>addAll in interface XInputtingSequence<E>addAll in interface XInsertingSequence<E>XIncreasingSequence<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingSequence<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingSequence<E>addAll in interface XInputtingSequence<E>addAll in interface XInsertingSequence<E>XIncreasingSequence<E> putAll(E... elements)
XPuttingCollectionputAll in interface XExpandingSequence<E>putAll in interface XInputtingSequence<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addXIncreasingSequence<E> putAll(E[] elements, int offset, int length)
XPuttingCollectionputAll in interface XExpandingSequence<E>putAll in interface XInputtingSequence<E>putAll in interface XPuttingCollection<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 collectionXIncreasingSequence<E> putAll(XGettingCollection<? extends E> elements)
XPuttingCollectionputAll in interface XExpandingSequence<E>putAll in interface XInputtingSequence<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>elements - to addXIncreasingSequence<E> prependAll(E... elements)
prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingSequence<E>prependAll in interface XInputtingSequence<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingSequence<E>XIncreasingSequence<E> prependAll(E[] elements, int offset, int length)
prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingSequence<E>prependAll in interface XInputtingSequence<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingSequence<E>XIncreasingSequence<E> prependAll(XGettingCollection<? extends E> elements)
prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingSequence<E>prependAll in interface XInputtingSequence<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingSequence<E>XIncreasingSequence<E> preputAll(E... elements)
preputAll in interface XExpandingSequence<E>preputAll in interface XInputtingSequence<E>preputAll in interface XPreputtingSequence<E>XIncreasingSequence<E> preputAll(E[] elements, int offset, int length)
preputAll in interface XExpandingSequence<E>preputAll in interface XInputtingSequence<E>preputAll in interface XPreputtingSequence<E>XIncreasingSequence<E> preputAll(XGettingCollection<? extends E> elements)
preputAll in interface XExpandingSequence<E>preputAll in interface XInputtingSequence<E>preputAll in interface XPreputtingSequence<E>XIncreasingSequence<E> swap(long indexA, long indexB)
swap in interface XOrderingSequence<E>swap in interface XSortableSequence<E>XIncreasingSequence<E> swap(long indexA, long indexB, long length)
swap in interface XOrderingSequence<E>swap in interface XSortableSequence<E>XIncreasingSequence<E> copy()
XGettingSequencecopy in interface Copyablecopy in interface XGettingCollection<E>copy in interface XGettingSequence<E>copy in interface XSortableSequence<E>XIncreasingSequence<E> toReversed()
XSortableSequenceXGettingSequence with the reversed order of elements.
This method creates a new collection and does not change the existing collection.
Unlike the XSortableSequence.reverse() method, this method creates a new collection and does not change the
existing collection.
toReversed in interface XGettingSequence<E>toReversed in interface XSortableSequence<E>XIncreasingSequence<E> reverse()
XSortableSequence
Unlike the XSortableSequence.toReversed() method, this method does not create a new collection,
but changes the order of its own elements.
reverse in interface XOrderingSequence<E>reverse in interface XSortableSequence<E>XIncreasingSequence<E> range(long fromIndex, long toIndex)
range in interface XGettingSequence<E>XIncreasingSequence<E> sort(Comparator<? super E> comparator)
SortableCopyright © 2022 MicroStream Software. All rights reserved.