public interface XProcessingEnum<E> extends XRemovingEnum<E>, XGettingEnum<E>, XProcessingSet<E>, XProcessingSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XProcessingEnum.Creator<E> |
XRemovingEnum.Factory<E>XProcessingSet.Factory<E>XProcessingSequence.Factory<E>XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XProcessingEnum<E> |
copy()
Creates a true copy of this collection which references the same elements as this collection does
at the time the method is called.
|
XProcessingEnum<E> |
toReversed()
Creates a new
XGettingSequence with the reversed order of elements. |
immure, iterate, range, view, viewimmuremoveSelection, pick, pop, removeAt, viewremoveRange, removeSelection, retainRangeat, copySelection, first, get, hasIndex, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scaniterateIndexedfetch, moveTo, pinch, removeBy, removeDuplicates, retrieve, retrieveByprocessclear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncateapplies, 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, unionnullAllowedforEach, spliteratorisFull, maximumCapacity, remainingCapacityXProcessingEnum<E> copy()
XGettingCollectioncopy 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 XProcessingSet<E>XProcessingEnum<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 XGettingEnum<E>toReversed in interface XGettingSequence<E>toReversed in interface XProcessingSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.