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