Uses of Class
one.microstream.collections.BulkList
-
Packages that use BulkList Package Description one.microstream.collections one.microstream.util.cql one.microstream.util.csv -
-
Uses of BulkList in one.microstream.collections
Methods in one.microstream.collections that return BulkList Modifier and Type Method Description BulkList<E>BulkList. addAll(E... elements)BulkList<E>BulkList. addAll(E[] elements, int offset, int length)BulkList<E>BulkList. addAll(XGettingCollection<? extends E> elements)BulkList<E>BulkList.Supplier. apply(K key)BulkList<E>BulkList. copy()BulkList<?>BinaryHandlerBulkList. create(Binary data, PersistenceLoadHandler handler)BulkList<E>BulkList. ensureCapacity(long minCapacity)BulkList<E>BulkList. ensureFreeCapacity(long requiredFreeCapacity)BulkList<E>BulkList. fill(long offset, long length, E element)static <E> BulkList<E>BulkList. New()static <E> BulkList<E>BulkList. New(long initialCapacity)static <E> BulkList<E>BulkList. New(E... initialElements)static <E> BulkList<E>BulkList. New(Iterable<? extends E> initialElements)static <E> BulkList<E>BulkList. New(XGettingCollection<? extends E> initialElements)static <E> BulkList<E>BulkList. New(XIterable<? extends E> initialElements)static <E> BulkList<E>BulkList. NewFromSingle(E initialElement)BulkList<E>BulkList.Creator. newInstance()BulkList<E>BulkList.OldBulkList. parent()BulkList<E>BulkList. prependAll(E... elements)BulkList<E>BulkList. prependAll(E[] elements, int offset, int length)BulkList<E>BulkList. prependAll(XGettingCollection<? extends E> elements)BulkList<E>BulkList. preputAll(E... elements)BulkList<E>BulkList. preputAll(E[] elements, int offset, int length)BulkList<E>BulkList. preputAll(XGettingCollection<? extends E> elements)BulkList<E>BulkList. putAll(E... elements)BulkList<E>BulkList. putAll(E[] elements, int offset, int length)BulkList<E>BulkList. putAll(XGettingCollection<? extends E> elements)BulkList<E>BulkList. removeRange(long startIndex, long length)BulkList<E>BulkList. retainRange(long startIndex, long length)BulkList<E>BulkList. reverse()BulkList<E>BulkList. set(long offset, E[] src, int srcIndex, int srcLength)BulkList<E>BulkList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)BulkList<E>BulkList. setAll(long offset, E... elements)BulkList<E>BulkList. shiftBy(long sourceIndex, long distance)BulkList<E>BulkList. shiftBy(long sourceIndex, long distance, long length)BulkList<E>BulkList. shiftTo(long sourceIndex, long targetIndex)BulkList<E>BulkList. shiftTo(long sourceIndex, long targetIndex, long length)BulkList<E>BulkList. sort(Comparator<? super E> comparator)BulkList<E>BulkList. swap(long indexA, long indexB)BulkList<E>BulkList. swap(long indexA, long indexB, long length)BulkList<E>BulkList. toReversed()Methods in one.microstream.collections that return types with arguments of type BulkList Modifier and Type Method Description static <E> Aggregator<E,BulkList<E>>BulkList. Builder()static <E> Aggregator<E,BulkList<E>>BulkList. Builder(long initialCapacity)Aggregator<E,BulkList<E>>BulkList. collector()static <E> Function<BulkList<E>,ConstList<E>>BulkList. Immurer()Methods in one.microstream.collections with parameters of type BulkList Modifier and Type Method Description voidBinaryHandlerBulkList. iterateInstanceReferences(BulkList<?> instance, PersistenceFunction iterator)voidBinaryHandlerBulkList. store(Binary data, BulkList<?> instance, long objectId, PersistenceStoreHandler handler)voidBinaryHandlerBulkList. updateState(Binary data, BulkList<?> instance, PersistenceLoadHandler handler)Constructors in one.microstream.collections with parameters of type BulkList Constructor Description BulkList(BulkList<? extends E> original)Copy constructor that instantiates a new instance with a copy of the passed original instance's data and same size. -
Uses of BulkList in one.microstream.util.cql
Methods in one.microstream.util.cql that return types with arguments of type BulkList Modifier and Type Method Description static <O> CqlResultor<O,BulkList<O>>CQL. resultingBulkList()static <O> CqlResultor<O,BulkList<O>>CQL. resultingBulkList(int initialCapacity) -
Uses of BulkList in one.microstream.util.csv
Methods in one.microstream.util.csv that return BulkList Modifier and Type Method Description BulkList<T>CsvEntityParser.Abstract. parse(_charArrayRange input)
-