- 
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() |  |  
 
 
- 
-