public interface XIncreasingEnum<E> extends XInputtingEnum<E>, XSortableEnum<E>, XIncreasingSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XIncreasingEnum.Factory<E> |
XInputtingEnum.Creator<E>XSortableEnum.Creator<E>XIncreasingSequence.Creator<E>Copyable.StaticXIterable.Executor<E>| Modifier and Type | Method and Description |
|---|---|
XIncreasingEnum<E> |
addAll(E... elements) |
XIncreasingEnum<E> |
addAll(E[] elements,
int offset,
int length) |
XIncreasingEnum<E> |
addAll(XGettingCollection<? extends E> elements) |
XIncreasingEnum<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.
|
XIncreasingEnum<E> |
prependAll(E... elements) |
XIncreasingEnum<E> |
prependAll(E[] elements,
int offset,
int length) |
XIncreasingEnum<E> |
prependAll(XGettingCollection<? extends E> elements) |
XIncreasingEnum<E> |
preputAll(E... elements) |
XIncreasingEnum<E> |
preputAll(E[] elements,
int offset,
int length) |
XIncreasingEnum<E> |
preputAll(XGettingCollection<? extends E> elements) |
XIncreasingEnum<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XIncreasingEnum<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. |
XIncreasingEnum<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XIncreasingEnum<E> |
range(long fromIndex,
long toIndex) |
XIncreasingEnum<E> |
reverse()
Reverses the order of its own elements and returns itself.
|
XIncreasingEnum<E> |
sort(Comparator<? super E> comparator)
Sorts this collection according to the given comparator
and returns itself.
|
XIncreasingEnum<E> |
swap(long indexA,
long indexB) |
XIncreasingEnum<E> |
swap(long indexA,
long indexB,
long length) |
XIncreasingEnum<E> |
toReversed()
Creates a new
XGettingSequence with the reversed order of elements. |
shiftBy, shiftBy, shiftTo, shiftToimmure, iterate, view, viewinput, inputAll, inputAll, inputAll, nullInputinsert, insertAll, insertAll, insertAll, nullInsertnullPut, putaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizenullPreput, preputnullPrepend, prependnullAllowedat, copySelection, first, get, hasIndex, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scanapplies, 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, spliteratoriterateIndexedsortIfApplicableXIncreasingEnum<E> addAll(E... elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingEnum<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSet<E>addAll in interface XExpandingEnum<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingEnum<E>addAll in interface XExtendingSequence<E>addAll in interface XIncreasingSequence<E>addAll in interface XInputtingEnum<E>addAll in interface XInputtingSequence<E>addAll in interface XInsertingEnum<E>addAll in interface XInsertingSequence<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XIncreasingEnum<E> addAll(E[] elements, int offset, int length)
addAll in interface XAddingCollection<E>addAll in interface XAddingEnum<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSet<E>addAll in interface XExpandingEnum<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingEnum<E>addAll in interface XExtendingSequence<E>addAll in interface XIncreasingSequence<E>addAll in interface XInputtingEnum<E>addAll in interface XInputtingSequence<E>addAll in interface XInsertingEnum<E>addAll in interface XInsertingSequence<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XIncreasingEnum<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingEnum<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSet<E>addAll in interface XExpandingEnum<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingEnum<E>addAll in interface XExtendingSequence<E>addAll in interface XIncreasingSequence<E>addAll in interface XInputtingEnum<E>addAll in interface XInputtingSequence<E>addAll in interface XInsertingEnum<E>addAll in interface XInsertingSequence<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XIncreasingEnum<E> putAll(E... elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XExpandingEnum<E>putAll in interface XExpandingSequence<E>putAll in interface XIncreasingSequence<E>putAll in interface XInputtingEnum<E>putAll in interface XInputtingSequence<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingEnum<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addXIncreasingEnum<E> putAll(E[] elements, int offset, int length)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XExpandingEnum<E>putAll in interface XExpandingSequence<E>putAll in interface XIncreasingSequence<E>putAll in interface XInputtingEnum<E>putAll in interface XInputtingSequence<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingEnum<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addoffset - start index of elements-array to add to collectionlength - length of elements-array to add to collectionXIncreasingEnum<E> putAll(XGettingCollection<? extends E> elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XExpandingEnum<E>putAll in interface XExpandingSequence<E>putAll in interface XIncreasingSequence<E>putAll in interface XInputtingEnum<E>putAll in interface XInputtingSequence<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingEnum<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addXIncreasingEnum<E> prependAll(E... elements)
prependAll in interface XExpandingEnum<E>prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingEnum<E>prependAll in interface XExtendingSequence<E>prependAll in interface XIncreasingSequence<E>prependAll in interface XInputtingEnum<E>prependAll in interface XInputtingSequence<E>prependAll in interface XInsertingEnum<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingEnum<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingEnum<E>prependAll in interface XPreputtingSequence<E>XIncreasingEnum<E> prependAll(E[] elements, int offset, int length)
prependAll in interface XExpandingEnum<E>prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingEnum<E>prependAll in interface XExtendingSequence<E>prependAll in interface XIncreasingSequence<E>prependAll in interface XInputtingEnum<E>prependAll in interface XInputtingSequence<E>prependAll in interface XInsertingEnum<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingEnum<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingEnum<E>prependAll in interface XPreputtingSequence<E>XIncreasingEnum<E> prependAll(XGettingCollection<? extends E> elements)
prependAll in interface XExpandingEnum<E>prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingEnum<E>prependAll in interface XExtendingSequence<E>prependAll in interface XIncreasingSequence<E>prependAll in interface XInputtingEnum<E>prependAll in interface XInputtingSequence<E>prependAll in interface XInsertingEnum<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingEnum<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingEnum<E>prependAll in interface XPreputtingSequence<E>XIncreasingEnum<E> preputAll(E... elements)
preputAll in interface XExpandingEnum<E>preputAll in interface XExpandingSequence<E>preputAll in interface XIncreasingSequence<E>preputAll in interface XInputtingEnum<E>preputAll in interface XInputtingSequence<E>preputAll in interface XPreputtingEnum<E>preputAll in interface XPreputtingSequence<E>XIncreasingEnum<E> preputAll(E[] elements, int offset, int length)
preputAll in interface XExpandingEnum<E>preputAll in interface XExpandingSequence<E>preputAll in interface XIncreasingSequence<E>preputAll in interface XInputtingEnum<E>preputAll in interface XInputtingSequence<E>preputAll in interface XPreputtingEnum<E>preputAll in interface XPreputtingSequence<E>XIncreasingEnum<E> preputAll(XGettingCollection<? extends E> elements)
preputAll in interface XExpandingEnum<E>preputAll in interface XExpandingSequence<E>preputAll in interface XIncreasingSequence<E>preputAll in interface XInputtingEnum<E>preputAll in interface XInputtingSequence<E>preputAll in interface XPreputtingEnum<E>preputAll in interface XPreputtingSequence<E>XIncreasingEnum<E> swap(long indexA, long indexB)
swap in interface XIncreasingSequence<E>swap in interface XOrderingEnum<E>swap in interface XOrderingSequence<E>swap in interface XSortableEnum<E>swap in interface XSortableSequence<E>XIncreasingEnum<E> swap(long indexA, long indexB, long length)
swap in interface XIncreasingSequence<E>swap in interface XOrderingEnum<E>swap in interface XOrderingSequence<E>swap in interface XSortableEnum<E>swap in interface XSortableSequence<E>XIncreasingEnum<E> copy()
XGettingSequencecopy in interface Copyablecopy in interface XGettingCollection<E>copy in interface XGettingEnum<E>copy in interface XGettingSequence<E>copy in interface XGettingSet<E>copy in interface XIncreasingSequence<E>copy in interface XSortableEnum<E>copy in interface XSortableSequence<E>XIncreasingEnum<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 XGettingEnum<E>toReversed in interface XGettingSequence<E>toReversed in interface XIncreasingSequence<E>toReversed in interface XSortableEnum<E>toReversed in interface XSortableSequence<E>XIncreasingEnum<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 XIncreasingSequence<E>reverse in interface XOrderingEnum<E>reverse in interface XOrderingSequence<E>reverse in interface XSortableEnum<E>reverse in interface XSortableSequence<E>XIncreasingEnum<E> range(long fromIndex, long toIndex)
range in interface XGettingEnum<E>range in interface XGettingSequence<E>range in interface XIncreasingSequence<E>XIncreasingEnum<E> sort(Comparator<? super E> comparator)
Sortablesort in interface Sortable<E>sort in interface XIncreasingSequence<E>sort in interface XSortableEnum<E>sort in interface XSortableSequence<E>comparator - to sort this collectionCopyright © 2022 MicroStream Software. All rights reserved.