Uses of Class
one.microstream.collections.EqBulkList
-
Packages that use EqBulkList Package Description one.microstream.collections -
-
Uses of EqBulkList in one.microstream.collections
Methods in one.microstream.collections that return EqBulkList Modifier and Type Method Description EqBulkList<E>
EqBulkList. addAll(E... elements)
EqBulkList<E>
EqBulkList. addAll(E[] elements, int offset, int length)
EqBulkList<E>
EqBulkList. addAll(XGettingCollection<? extends E> elements)
EqBulkList<E>
EqBulkList. copy()
EqBulkList<?>
BinaryHandlerEqBulkList. create(Binary bytes, PersistenceObjectIdResolver idResolver)
EqBulkList<E>
EqBulkList. ensureCapacity(long minCapacity)
EqBulkList<E>
EqBulkList. ensureFreeCapacity(long requiredFreeCapacity)
EqBulkList<E>
EqBulkList. fill(long offset, long length, E element)
EqBulkList<E>
EqBulkList.Creator. newInstance()
EqBulkList<E>
EqBulkList.OldBulkList. parent()
EqBulkList<E>
EqBulkList. prependAll(E... elements)
EqBulkList<E>
EqBulkList. prependAll(E[] elements, int offset, int length)
EqBulkList<E>
EqBulkList. prependAll(XGettingCollection<? extends E> elements)
EqBulkList<E>
EqBulkList. preputAll(E... elements)
EqBulkList<E>
EqBulkList. preputAll(E[] elements, int offset, int length)
EqBulkList<E>
EqBulkList. preputAll(XGettingCollection<? extends E> elements)
EqBulkList<E>
EqBulkList. putAll(E... elements)
EqBulkList<E>
EqBulkList. putAll(E[] elements, int offset, int length)
EqBulkList<E>
EqBulkList. putAll(XGettingCollection<? extends E> elements)
EqBulkList<E>
EqBulkList. removeRange(long startIndex, long length)
EqBulkList<E>
EqBulkList. retainRange(long startIndex, long length)
EqBulkList<E>
EqBulkList. reverse()
EqBulkList<E>
EqBulkList. set(long offset, E[] src, int srcIndex, int srcLength)
EqBulkList<E>
EqBulkList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
EqBulkList<E>
EqBulkList. setAll(long offset, E... elements)
EqBulkList<E>
EqBulkList. shiftBy(long sourceIndex, long distance)
EqBulkList<E>
EqBulkList. shiftBy(long sourceIndex, long distance, long length)
EqBulkList<E>
EqBulkList. shiftTo(long sourceIndex, long targetIndex)
EqBulkList<E>
EqBulkList. shiftTo(long sourceIndex, long targetIndex, long length)
EqBulkList<E>
EqBulkList. sort(Comparator<? super E> comparator)
EqBulkList<E>
EqBulkList. swap(long indexA, long indexB)
EqBulkList<E>
EqBulkList. swap(long indexA, long indexB, long length)
EqBulkList<E>
EqBulkList. toReversed()
Methods in one.microstream.collections with parameters of type EqBulkList Modifier and Type Method Description void
BinaryHandlerEqBulkList. iterateInstanceReferences(EqBulkList<?> instance, PersistenceFunction iterator)
void
BinaryHandlerEqBulkList. store(Binary bytes, EqBulkList<?> instance, long objectId, PersistenceStoreHandler handler)
void
BinaryHandlerEqBulkList. update(Binary bytes, EqBulkList<?> instance, PersistenceObjectIdResolver idResolver)
Constructors in one.microstream.collections with parameters of type EqBulkList Constructor Description EqBulkList(EqBulkList<E> original)
Copy constructor that instantiates a new instance with a copy of the passed original instance's data and same size.
-