-
Methods in one.microstream.collections that return FixedList
Modifier and Type |
Method |
Description |
FixedList<E> |
FixedList.copy() |
|
FixedList<?> |
BinaryHandlerFixedList.create(Binary data,
PersistenceLoadHandler handler) |
|
FixedList<E> |
FixedList.fill(long offset,
long length,
E element) |
|
FixedList<E> |
FixedList.Creator.newInstance() |
|
FixedList<E> |
FixedList.OldFixedList.parent() |
|
FixedList<E> |
FixedList.reverse() |
|
FixedList<E> |
FixedList.set(long offset,
E[] src,
int srcIndex,
int srcLength) |
|
FixedList<E> |
FixedList.set(long offset,
XGettingSequence<? extends E> elements,
long elementsOffset,
long elementsLength) |
|
FixedList<E> |
FixedList.setAll(long offset,
E... elements) |
|
FixedList<E> |
FixedList.shiftBy(long sourceIndex,
long distance) |
|
FixedList<E> |
FixedList.shiftBy(long sourceIndex,
long distance,
long length) |
|
FixedList<E> |
FixedList.shiftTo(long sourceIndex,
long targetIndex) |
|
FixedList<E> |
FixedList.shiftTo(long sourceIndex,
long targetIndex,
long length) |
|
FixedList<E> |
FixedList.sort(Comparator<? super E> comparator) |
|
FixedList<E> |
FixedList.swap(long indexA,
long indexB) |
|
FixedList<E> |
FixedList.swap(long indexA,
long indexB,
long length) |
|
FixedList<E> |
FixedList.toReversed() |
|