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() |