Uses of Interface
one.microstream.collections.sorting.XSortation
Package | Description |
---|---|
one.microstream.collections.sorting |
-
Uses of XSortation in one.microstream.collections.sorting
Subinterfaces of XSortation in one.microstream.collections.sorting Modifier and Type Interface Description static interface
XChart.Keys<K,V>
interface
XLadder<E>
interface
XRank<E>
Methods in one.microstream.collections.sorting that return XSortation Modifier and Type Method Description XSortation<E>
XSortation. addAll(E... elements)
XSortation<E>
XSortation. addAll(E[] elements, int srcStartIndex, int srcLength)
XSortation<E>
XSortation. addAll(XGettingCollection<? extends E> elements)
XSortation<E>
XSortation. copy()
XSortation<E>
XSortation.Factory. newInstance()
XSortation<E>
XSortation. putAll(E... elements)
XSortation<E>
XSortation. putAll(E[] elements, int srcStartIndex, int srcLength)
XSortation<E>
XSortation. putAll(XGettingCollection<? extends E> elements)
XSortation<E>
XSortation. toReversed()