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