Uses of Interface
one.microstream.collections.sorting.Sorted
Package | Description |
---|---|
one.microstream.collections.sorting |
-
Uses of Sorted in one.microstream.collections.sorting
Subinterfaces of Sorted in one.microstream.collections.sorting Modifier and Type Interface Description interface
XAddingSortation<E>
interface
XChart<K,V>
static interface
XChart.Keys<K,V>
interface
XGettingSortation<E>
interface
XLadder<E>
interface
XProcessingSortation<E>
interface
XPutGetSortation<E>
interface
XPuttingSortation<E>
interface
XRank<E>
interface
XRemovingSortation<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.