Uses of Class
one.microstream.collections.LimitList
-
Packages that use LimitList Package Description one.microstream.collections one.microstream.util.cql -
-
Uses of LimitList in one.microstream.collections
Methods in one.microstream.collections that return LimitList Modifier and Type Method Description LimitList<E>
LimitList. addAll(E... elements)
LimitList<E>
LimitList. addAll(E[] elements, int offset, int length)
LimitList<E>
LimitList. addAll(XGettingCollection<? extends E> elements)
LimitList<E>
LimitList. copy()
LimitList<?>
BinaryHandlerLimitList. create(Binary bytes, PersistenceObjectIdResolver idResolver)
LimitList<E>
LimitList. ensureCapacity(long minCapacity)
LimitList<E>
LimitList. ensureFreeCapacity(long requiredFreeCapacity)
LimitList<E>
LimitList. fill(long offset, long length, E element)
static <E> LimitList<E>
LimitList. New(long initialCapacity)
static <E> LimitList<E>
LimitList. New(E... initialElements)
static <E> LimitList<E>
LimitList. New(XGettingCollection<E> initialElements)
LimitList<E>
LimitList.Creator. newInstance()
LimitList<E>
LimitList.OldLimitList. parent()
LimitList<E>
LimitList. prependAll(E... elements)
LimitList<E>
LimitList. prependAll(E[] elements, int srcStartIndex, int srcLength)
LimitList<E>
LimitList. prependAll(XGettingCollection<? extends E> elements)
LimitList<E>
LimitList. preputAll(E... elements)
LimitList<E>
LimitList. preputAll(E[] elements, int offset, int length)
LimitList<E>
LimitList. preputAll(XGettingCollection<? extends E> elements)
LimitList<E>
LimitList. putAll(E... elements)
LimitList<E>
LimitList. putAll(E[] elements, int offset, int length)
LimitList<E>
LimitList. putAll(XGettingCollection<? extends E> elements)
LimitList<E>
LimitList. removeRange(long offset, long length)
LimitList<E>
LimitList. retainRange(long offset, long length)
LimitList<E>
LimitList. reverse()
LimitList<E>
LimitList. set(long offset, E[] src, int srcIndex, int srcLength)
LimitList<E>
LimitList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
LimitList<E>
LimitList. setAll(long offset, E... elements)
LimitList<E>
LimitList. shiftBy(long sourceIndex, long distance)
LimitList<E>
LimitList. shiftBy(long sourceIndex, long distance, long length)
LimitList<E>
LimitList. shiftTo(long sourceIndex, long targetIndex)
LimitList<E>
LimitList. shiftTo(long sourceIndex, long targetIndex, long length)
LimitList<E>
LimitList. sort(Comparator<? super E> comparator)
LimitList<E>
LimitList. swap(long indexA, long indexB)
LimitList<E>
LimitList. swap(long indexA, long indexB, long length)
LimitList<E>
LimitList. toReversed()
Methods in one.microstream.collections with parameters of type LimitList Modifier and Type Method Description void
BinaryHandlerLimitList. iterateInstanceReferences(LimitList<?> instance, PersistenceFunction iterator)
void
BinaryHandlerLimitList. store(Binary bytes, LimitList<?> instance, long objectId, PersistenceStoreHandler handler)
void
BinaryHandlerLimitList. update(Binary bytes, LimitList<?> instance, PersistenceObjectIdResolver idResolver)
Constructors in one.microstream.collections with parameters of type LimitList Constructor Description LimitList(LimitList<? extends E> original)
-
Uses of LimitList in one.microstream.util.cql
Methods in one.microstream.util.cql that return types with arguments of type LimitList Modifier and Type Method Description static <O> CqlResultor<O,LimitList<O>>
CQL. resultingLimitList(int initialCapacity)
-