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