-
Methods in one.microstream.collections that return SubList
Modifier and Type |
Method |
Description |
SubList<E> |
SubList.addAll(E... elements) |
|
SubList<E> |
SubList.addAll(E[] elements,
int offset,
int length) |
|
SubList<E> |
SubList.addAll(XGettingCollection<? extends E> elements) |
|
SubList<E> |
SubList.copy() |
|
SubList<E> |
SubList.ensureCapacity(long minimalCapacity) |
|
SubList<E> |
SubList.ensureFreeCapacity(long minimalFreeCapacity) |
|
SubList<E> |
SubList.fill(long offset,
long length,
E element) |
|
SubList<E> |
SubList.prependAll(E... elements) |
|
SubList<E> |
SubList.prependAll(E[] elements,
int srcStartIndex,
int srcLength) |
|
SubList<E> |
SubList.prependAll(XGettingCollection<? extends E> elements) |
|
SubList<E> |
SubList.preputAll(E... elements) |
|
SubList<E> |
SubList.preputAll(E[] elements,
int srcStartIndex,
int srcLength) |
|
SubList<E> |
SubList.preputAll(XGettingCollection<? extends E> elements) |
|
SubList<E> |
SubList.putAll(E... elements) |
|
SubList<E> |
SubList.putAll(E[] elements,
int offset,
int length) |
|
SubList<E> |
SubList.putAll(XGettingCollection<? extends E> elements) |
|
SubList<E> |
ArrayCollector.range(long fromIndex,
long toIndex) |
|
SubList<E> |
BulkList.range(long fromIndex,
long toIndex) |
|
SubList<E> |
EqBulkList.range(long fromIndex,
long toIndex) |
|
SubList<E> |
LimitList.range(long fromIndex,
long toIndex) |
|
SubList<E> |
SubList.range(long fromIndex,
long toIndex) |
|
SubList<E> |
SubList.removeRange(long startIndex,
long length) |
|
SubList<E> |
SubList.retainRange(long startIndex,
long length) |
|
SubList<E> |
SubList.reverse() |
|
SubList<E> |
SubList.set(long offset,
E[] src,
int srcIndex,
int srcLength) |
|
SubList<E> |
SubList.set(long offset,
XGettingSequence<? extends E> elements,
long elementsOffset,
long elementsLength) |
|
SubList<E> |
SubList.setAll(long offset,
E... elements) |
|
SubList<E> |
SubList.shiftBy(long sourceIndex,
long distance) |
|
SubList<E> |
SubList.shiftBy(long sourceIndex,
long distance,
long length) |
|
SubList<E> |
SubList.shiftTo(long sourceIndex,
long targetIndex) |
|
SubList<E> |
SubList.shiftTo(long sourceIndex,
long targetIndex,
long length) |
|
SubList<E> |
SubList.sort(Comparator<? super E> comparator) |
|
SubList<E> |
SubList.swap(long indexA,
long indexB) |
|
SubList<E> |
SubList.swap(long indexA,
long indexB,
long length) |
|
SubList<E> |
SubList.toReversed() |
|