| Package | Description |
|---|---|
| one.microstream.collections | |
| one.microstream.util.cql | |
| one.microstream.util.xcsv |
| Modifier and Type | Method and 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<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()
Pseudo-constructor method to create a new
BulkList instance with default (minimum) capacity. |
static <E> BulkList<E> |
BulkList.New(E... initialElements)
Pseudo-constructor method to create a new
BulkList instance containing all elements of the passed
array. |
static <E> BulkList<E> |
BulkList.New(Iterable<? extends E> initialElements)
Pseudo-constructor method to create a new
BulkList instance and adds all the given elements to it. |
static <E> BulkList<E> |
BulkList.New(long initialCapacity)
Pseudo-constructor method to create a new
BulkList instance with a given initial capacity. |
static <E> BulkList<E> |
BulkList.New(XGettingCollection<? extends E> initialElements)
Pseudo-constructor method to create a new
BulkList instance with the needed amount of capacity and adds all
elements to it. |
static <E> BulkList<E> |
BulkList.New(XIterable<? extends E> initialElements)
Pseudo-constructor method to create a new
BulkList instance and adds all the given elements to it. |
static <E> BulkList<E> |
BulkList.NewFromSingle(E initialElement)
Pseudo-constructor method to create a new
BulkList instance with default (minimum) capacity
and the given element already included. |
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() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Aggregator<E,BulkList<E>> |
BulkList.Builder()
Creates an
Aggregator that accepts elements and adds them to a new BulkList. |
static <E> Aggregator<E,BulkList<E>> |
BulkList.Builder(long initialCapacity)
Creates a
Aggregator that accepts elements and adds them to a new BulkList
with a specific initial capacity. |
Aggregator<E,BulkList<E>> |
BulkList.collector() |
static <E> Function<BulkList<E>,ConstList<E>> |
BulkList.Immurer() |
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <O> CqlResultor<O,BulkList<O>> |
CQL.resultingBulkList() |
static <O> CqlResultor<O,BulkList<O>> |
CQL.resultingBulkList(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
protected BulkList<T> |
XCsvEntityParser.Abstract.collector() |
BulkList<T> |
XCsvEntityParser.Abstract.parse(_charArrayRange input) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
XCsvEntityParser.Abstract.apply(BulkList<String> row) |
protected void |
XCsvEntityParser.Abstract.validateRow(BulkList<String> row) |
Copyright © 2022 MicroStream Software. All rights reserved.