FixedList<E> |
FixedList.copy() |
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() |