Uses of Class
one.microstream.collections.ListAccessor
-
Packages that use ListAccessor Package Description one.microstream.collections -
-
Uses of ListAccessor in one.microstream.collections
Methods in one.microstream.collections that return ListAccessor Modifier and Type Method Description ListAccessor<E>
ListAccessor. copy()
ListAccessor<E>
ListAccessor. fill(long offset, long length, E element)
ListAccessor<E>
ListAccessor.OldListAccessor. parent()
ListAccessor<E>
ListAccessor. reverse()
ListAccessor<E>
ListAccessor. set(long offset, E[] src, int srcIndex, int srcLength)
ListAccessor<E>
ListAccessor. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
ListAccessor<E>
ListAccessor. setAll(long offset, E... elements)
ListAccessor<E>
ListAccessor. shiftBy(long sourceIndex, long distance)
ListAccessor<E>
ListAccessor. shiftBy(long sourceIndex, long distance, long length)
ListAccessor<E>
ListAccessor. shiftTo(long sourceIndex, long targetIndex)
ListAccessor<E>
ListAccessor. shiftTo(long sourceIndex, long targetIndex, long length)
ListAccessor<E>
ListAccessor. sort(Comparator<? super E> comparator)
ListAccessor<E>
ListAccessor. swap(long indexA, long indexB)
ListAccessor<E>
ListAccessor. swap(long indexA, long indexB, long length)
ListAccessor<E>
ListAccessor. toReversed()
-