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