| Package | Description |
|---|---|
| one.microstream.collections.sorting |
| Modifier and Type | Method and Description |
|---|---|
XLadder<E> |
XLadder.addAll(E... elements) |
XLadder<E> |
XLadder.addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XLadder<E> |
XLadder.addAll(XGettingCollection<? extends E> elements) |
XLadder<E> |
XLadder.copy() |
XLadder<E> |
XLadder.Factory.newInstance() |
XLadder<E> |
XLadder.putAll(E... elements) |
XLadder<E> |
XLadder.putAll(E[] elements,
int srcStartIndex,
int srcLength) |
XLadder<E> |
XLadder.putAll(XGettingCollection<? extends E> elements) |
XLadder<E> |
XLadder.toReversed() |
Copyright © 2022 MicroStream Software. All rights reserved.