public class ThrowingList<E> extends java.util.AbstractList<E>
Modifier and Type | Method and Description |
---|---|
E |
get(int index) |
static <E> ThrowingList<E> |
instance() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
@NotNull public static <E> ThrowingList<E> instance()