public class RandomArrayList<E>
extends java.util.ArrayList<E>
| Constructor and Description |
|---|
RandomArrayList() |
RandomArrayList(java.util.Collection<? extends E> c) |
RandomArrayList(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
E |
getNextRandom() |
static <T> RandomArrayList<T> |
of(T... o) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic RandomArrayList(int initialCapacity)
public RandomArrayList()
public RandomArrayList(java.util.Collection<? extends E> c)
public E getNextRandom()
@SafeVarargs public static <T> RandomArrayList<T> of(T... o)