Uses of Interface
one.microstream.collections.sorting.XProcessingSortation
Package | Description |
---|---|
one.microstream.collections.sorting |
-
Uses of XProcessingSortation in one.microstream.collections.sorting
Subinterfaces of XProcessingSortation in one.microstream.collections.sorting Modifier and Type Interface Description static interface
XChart.Keys<K,V>
interface
XLadder<E>
interface
XRank<E>
interface
XSortation<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.Methods in one.microstream.collections.sorting that return XProcessingSortation Modifier and Type Method Description XProcessingSortation<E>
XProcessingSortation. copy()
XProcessingSortation<E>
XProcessingSortation.Factory. newInstance()
XProcessingSortation<E>
XProcessingSortation. toReversed()