Uses of Class
one.microstream.collections.FixedList
-
Packages that use FixedList Package Description one.microstream.collections -
-
Uses of FixedList in one.microstream.collections
Methods in one.microstream.collections that return FixedList Modifier and Type Method Description FixedList<E>
FixedList. copy()
FixedList<?>
BinaryHandlerFixedList. create(Binary bytes, PersistenceObjectIdResolver idResolver)
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()
Methods in one.microstream.collections with parameters of type FixedList Modifier and Type Method Description void
BinaryHandlerFixedList. iterateInstanceReferences(FixedList<?> instance, PersistenceFunction iterator)
void
BinaryHandlerFixedList. store(Binary bytes, FixedList<?> instance, long objectId, PersistenceStoreHandler handler)
void
BinaryHandlerFixedList. update(Binary bytes, FixedList<?> instance, PersistenceObjectIdResolver idResolver)
Constructors in one.microstream.collections with parameters of type FixedList Constructor Description FixedList(FixedList<? extends E> original)
-