Uses of Interface
one.microstream.collections.sorting.XPutGetSortation
Package | Description |
---|---|
one.microstream.collections.sorting |
-
Uses of XPutGetSortation in one.microstream.collections.sorting
Subinterfaces of XPutGetSortation 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 XPutGetSortation Modifier and Type Method Description XPutGetSortation<E>
XPutGetSortation. addAll(E... elements)
XPutGetSortation<E>
XPutGetSortation. addAll(E[] elements, int srcStartIndex, int srcLength)
XPutGetSortation<E>
XPutGetSortation. addAll(XGettingCollection<? extends E> elements)
XPutGetSortation<E>
XPutGetSortation. copy()
XPutGetSortation<E>
XPutGetSortation.Factory. newInstance()
XPutGetSortation<E>
XPutGetSortation. putAll(E... elements)
XPutGetSortation<E>
XPutGetSortation. putAll(E[] elements, int srcStartIndex, int srcLength)
XPutGetSortation<E>
XPutGetSortation. putAll(XGettingCollection<? extends E> elements)
XPutGetSortation<E>
XPutGetSortation. toReversed()