Uses of Class
one.microstream.exceptions.IndexBoundsException
-
Packages that use IndexBoundsException Package Description one.microstream.collections one.microstream.collections.types one.microstream.exceptions one.microstream.util.iterables -
-
Uses of IndexBoundsException in one.microstream.collections
Methods 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.types
Methods 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.exceptions
Subclasses 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.iterables
Constructors 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)
-