Interface XSortation<E>
- Type Parameters:
- E-
- All Superinterfaces:
- CapacityCarrying,- CapacityExtendable,- Clearable,- ConsolidatableCollection,- Consumer<E>,- Copyable,- ExtendedCollection<E>,- ExtendedSequence<E>,- Iterable<E>,- OptimizableCollection,- Processable<E>,- ReleasingCollection<E>,- Sized,- Sorted<E>,- Truncateable,- XAddGetCollection<E>,- XAddingCollection<E>,- XAddingSequence<E>,- XAddingSortation<E>,- XBasicSequence<E>,- XCollection<E>,- XGettingCollection<E>,- XGettingSequence<E>,- XGettingSortation<E>,- XIndexIterable<E>,- XIterable<E>,- XJoinable<E>,- XProcessingCollection<E>,- XProcessingSequence<E>,- XProcessingSortation<E>,- XPutGetCollection<E>,- XPutGetSequence<E>,- XPutGetSortation<E>,- XPuttingCollection<E>,- XPuttingSequence<E>,- XPuttingSortation<E>,- XRemovingCollection<E>,- XRemovingSequence<E>,- XRemovingSortation<E>
- All Known Subinterfaces:
- XChart.Keys<K,V>,- XLadder<E>,- XRank<E>
public interface XSortation<E> extends XBasicSequence<E>, XPutGetSortation<E>, XProcessingSortation<E>
Actually being a "Collation" (a collection of elements to which a sortation is applied), this type has been named
 "Sortation" nevertheless to avoid the mistakable similarity to the basic collection type "Collection" in reading,
 writing, talking and IntelliSense filtering.
 
On a funny side note:
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceXSortation.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollectionExtendedCollection.Creator<E,C extends ExtendedCollection<E>>Nested classes/interfaces inherited from interface one.microstream.collections.types.XAddingSequenceXAddingSequence.Creator<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingCollectionXGettingCollection.Creator<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterableXIterable.Executor<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XPutGetCollectionXPutGetCollection.Creator<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XPuttingSequenceXPuttingSequence.Creator<E>
- 
Method SummaryModifier and Type Method Description XSortation<E>addAll(E... elements)XSortation<E>addAll(E[] elements, int srcStartIndex, int srcLength)XSortation<E>addAll(XGettingCollection<? extends E> elements)XSortation<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.XSortation<E>putAll(E... elements)XSortation<E>putAll(E[] elements, int srcStartIndex, int srcLength)XSortation<E>putAll(XGettingCollection<? extends E> elements)XSortation<E>toReversed()Methods inherited from interface one.microstream.collections.interfaces.CapacityCarryingisFull, maximumCapacity, remainingCapacityMethods inherited from interface one.microstream.collections.interfaces.CapacityExtendablecurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityMethods inherited from interface one.microstream.collections.interfaces.ExtendedCollectionnullAllowedMethods inherited from interface one.microstream.collections.types.XAddingCollectionaccept, add, nullAddMethods inherited from interface one.microstream.collections.types.XGettingCollectionapplies, 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, unionMethods inherited from interface one.microstream.collections.types.XGettingSequenceat, copySelection, first, get, hasIndex, immure, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, range, scan, viewMethods inherited from interface one.microstream.collections.types.XProcessingCollectionfetch, iterate, moveTo, pinch, removeBy, removeDuplicates, retrieve, retrieveByMethods inherited from interface one.microstream.collections.types.XProcessingSequencemoveSelection, pick, pop, removeAt, viewMethods inherited from interface one.microstream.collections.types.XRemovingCollectionclear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncateMethods inherited from interface one.microstream.collections.types.XRemovingSequenceremoveRange, removeSelection, retainRange
- 
Method Details- 
copyXSortation<E> copy()Description copied from interface:XGettingCollectionCreates a true copy of this collection which references the same elements as this collection does at the time the method is called. The elements themselves are NOT copied (no deep copying).
 The type of the returned set is the same as of this list if possible.- Specified by:
- copyin interface- Copyable
- Specified by:
- copyin interface- XAddGetCollection<E>
- Specified by:
- copyin interface- XBasicSequence<E>
- Specified by:
- copyin interface- XCollection<E>
- Specified by:
- copyin interface- XGettingCollection<E>
- Specified by:
- copyin interface- XGettingSequence<E>
- Specified by:
- copyin interface- XGettingSortation<E>
- Specified by:
- copyin interface- XProcessingSortation<E>
- Specified by:
- copyin interface- XPutGetCollection<E>
- Specified by:
- copyin interface- XPutGetSequence<E>
- Specified by:
- copyin interface- XPutGetSortation<E>
- Returns:
- a copy of this list
 
- 
toReversedXSortation<E> toReversed()- Specified by:
- toReversedin interface- XBasicSequence<E>
- Specified by:
- toReversedin interface- XGettingSequence<E>
- Specified by:
- toReversedin interface- XGettingSortation<E>
- Specified by:
- toReversedin interface- XProcessingSequence<E>
- Specified by:
- toReversedin interface- XProcessingSortation<E>
- Specified by:
- toReversedin interface- XPutGetSequence<E>
- Specified by:
- toReversedin interface- XPutGetSortation<E>
 
- 
putAll- Specified by:
- putAllin interface- XBasicSequence<E>
- Specified by:
- putAllin interface- XCollection<E>
- Specified by:
- putAllin interface- XPutGetCollection<E>
- Specified by:
- putAllin interface- XPutGetSequence<E>
- Specified by:
- putAllin interface- XPutGetSortation<E>
- Specified by:
- putAllin interface- XPuttingCollection<E>
- Specified by:
- putAllin interface- XPuttingSequence<E>
- Specified by:
- putAllin interface- XPuttingSortation<E>
 
- 
putAll- Specified by:
- putAllin interface- XBasicSequence<E>
- Specified by:
- putAllin interface- XCollection<E>
- Specified by:
- putAllin interface- XPutGetCollection<E>
- Specified by:
- putAllin interface- XPutGetSequence<E>
- Specified by:
- putAllin interface- XPutGetSortation<E>
- Specified by:
- putAllin interface- XPuttingCollection<E>
- Specified by:
- putAllin interface- XPuttingSequence<E>
- Specified by:
- putAllin interface- XPuttingSortation<E>
 
- 
putAll- Specified by:
- putAllin interface- XBasicSequence<E>
- Specified by:
- putAllin interface- XCollection<E>
- Specified by:
- putAllin interface- XPutGetCollection<E>
- Specified by:
- putAllin interface- XPutGetSequence<E>
- Specified by:
- putAllin interface- XPutGetSortation<E>
- Specified by:
- putAllin interface- XPuttingCollection<E>
- Specified by:
- putAllin interface- XPuttingSequence<E>
- Specified by:
- putAllin interface- XPuttingSortation<E>
 
- 
addAll- Specified by:
- addAllin interface- XAddGetCollection<E>
- Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
- Specified by:
- addAllin interface- XAddingSortation<E>
- Specified by:
- addAllin interface- XBasicSequence<E>
- Specified by:
- addAllin interface- XCollection<E>
- Specified by:
- addAllin interface- XPutGetCollection<E>
- Specified by:
- addAllin interface- XPutGetSequence<E>
- Specified by:
- addAllin interface- XPutGetSortation<E>
- Specified by:
- addAllin interface- XPuttingSortation<E>
 
- 
addAll- Specified by:
- addAllin interface- XAddGetCollection<E>
- Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
- Specified by:
- addAllin interface- XAddingSortation<E>
- Specified by:
- addAllin interface- XBasicSequence<E>
- Specified by:
- addAllin interface- XCollection<E>
- Specified by:
- addAllin interface- XPutGetCollection<E>
- Specified by:
- addAllin interface- XPutGetSequence<E>
- Specified by:
- addAllin interface- XPutGetSortation<E>
- Specified by:
- addAllin interface- XPuttingSortation<E>
 
- 
addAll- Specified by:
- addAllin interface- XAddGetCollection<E>
- Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
- Specified by:
- addAllin interface- XAddingSortation<E>
- Specified by:
- addAllin interface- XBasicSequence<E>
- Specified by:
- addAllin interface- XCollection<E>
- Specified by:
- addAllin interface- XPutGetCollection<E>
- Specified by:
- addAllin interface- XPutGetSequence<E>
- Specified by:
- addAllin interface- XPutGetSortation<E>
- Specified by:
- addAllin interface- XPuttingSortation<E>
 
 
-