Uses of Class
one.microstream.exceptions.IndexBoundsException
| Package | Description | 
|---|---|
| one.microstream | |
| one.microstream.collections | |
| one.microstream.collections.types | |
| one.microstream.exceptions | |
| one.microstream.util.iterables | 
- 
Uses of IndexBoundsException in one.microstreamMethods in one.microstream that return IndexBoundsException Modifier and Type Method Description static IndexBoundsExceptionX. IndexBoundsException(long startIndex, long indexBound, long index, String message, int stackTraceCutDepth)Methods in one.microstream that throw IndexBoundsException Modifier and Type Method Description static longX. validateIndex(long availableLength, long index)
- 
Uses of IndexBoundsException in one.microstream.collectionsMethods in one.microstream.collections that throw IndexBoundsException Modifier and Type Method Description EBulkList. at(long index)static <T, E extends T>
 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>
 T[]XArrays. copyTo(XGettingCollection<E> source, T[] target, int targetOffset)EBulkList. first()EBulkList. last()ListIterator<E>BulkList. listIterator(long index)booleanBulkList. set(long index, E element)EBulkList. setGet(long index, E element)_intList_intList. swap(int indexA, int indexB)static voidAbstractExtendedCollection. validateIndex(long bound, long index)
- 
Uses of IndexBoundsException in one.microstream.collections.typesMethods in one.microstream.collections.types that throw IndexBoundsException Modifier and Type Method Description EXGettingSequence. at(long index)EXGettingSequence. first()EXGettingSequence. last()
- 
Uses of IndexBoundsException in one.microstream.exceptionsSubclasses of IndexBoundsException in one.microstream.exceptions Modifier and Type Class Description classArrayCapacityExceptionThis implemention intentionally does NOT extend fromArrayIndexOutOfBoundsException.
- 
Uses of IndexBoundsException in one.microstream.util.iterablesConstructors in one.microstream.util.iterables that throw IndexBoundsException Constructor Description GenericListIterator(XList<E> list)GenericListIterator(XList<E> list, int index)ReadOnlyListIterator(XGettingSequence<E> list)ReadOnlyListIterator(XGettingSequence<E> list, int index)