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