Uses of Interface
one.microstream.collections.sorting.XAddingSortation
Package | Description |
---|---|
one.microstream.collections.sorting |
-
Uses of XAddingSortation in one.microstream.collections.sorting
Subinterfaces of XAddingSortation in one.microstream.collections.sorting Modifier and Type Interface Description static interface
XChart.Keys<K,V>
interface
XLadder<E>
interface
XPutGetSortation<E>
interface
XPuttingSortation<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 XAddingSortation Modifier and Type Method Description XAddingSortation<E>
XAddingSortation. addAll(E... elements)
XAddingSortation<E>
XAddingSortation. addAll(E[] elements, int srcStartIndex, int srcLength)
XAddingSortation<E>
XAddingSortation. addAll(XGettingCollection<? extends E> elements)
XAddingSortation<E>
XAddingSortation.Factory. newInstance()