| Package | Description |
|---|---|
| one.microstream.collections.sorting |
| Modifier and Type | Interface and 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.
|
| Modifier and Type | Method and 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() |
Copyright © 2022 MicroStream Software. All rights reserved.