| Package | Description |
|---|---|
| one.microstream | |
| one.microstream.collections | |
| one.microstream.collections.types | |
| one.microstream.exceptions | |
| one.microstream.util.iterables |
| Modifier and Type | Method and Description |
|---|---|
static IndexBoundsException |
X.IndexBoundsException(long startIndex,
long indexBound,
long index,
String message,
int stackTraceCutDepth) |
| Modifier and Type | Method and Description |
|---|---|
static long |
X.validateIndex(long availableLength,
long index) |
| Modifier and Type | Method and Description |
|---|---|
E |
BulkList.at(long index) |
static <T,E extends T> |
XArrays.copyTo(XGettingCollection<E> source,
T[] target)
At least for Java 1.8, the types seem to not be checked.
|
static <T,E extends T> |
XArrays.copyTo(XGettingCollection<E> source,
T[] target,
int targetOffset)
At least for Java 1.8, the types seem to not be checked.
|
E |
BulkList.first() |
E |
BulkList.last() |
ListIterator<E> |
BulkList.listIterator(long index) |
boolean |
BulkList.set(long index,
E element) |
E |
BulkList.setGet(long index,
E element) |
_intList |
_intList.swap(int indexA,
int indexB) |
static void |
AbstractExtendedCollection.validateIndex(long bound,
long index) |
| Modifier and Type | Method and Description |
|---|---|
E |
XGettingSequence.at(long index) |
E |
XGettingSequence.first()
Gets first element or throws
IndexOutOfBoundsException if the collection is empty. |
E |
XGettingSequence.last()
Gets last element or throws
IndexOutOfBoundsException if the collection is empty. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayCapacityException
This implemention intentionally does NOT extend from
ArrayIndexOutOfBoundsException. |
| Constructor and Description |
|---|
GenericListIterator(XList<E> list) |
GenericListIterator(XList<E> list,
int index) |
ReadOnlyListIterator(XGettingSequence<E> list) |
ReadOnlyListIterator(XGettingSequence<E> list,
int index) |
Copyright © 2022 MicroStream Software. All rights reserved.