public class FinalArrayList<E> extends ArrayList<E>
modCount
Constructor and Description |
---|
FinalArrayList() |
FinalArrayList(Collection<? extends E> c) |
FinalArrayList(int initialCapacity) |
FinalArrayList(Iterable<? extends E> iterable) |
Modifier and Type | Method and Description |
---|---|
static <E> FinalArrayList<E> |
nullOrCopy(Iterable<? extends E> iterable) |
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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public FinalArrayList()
public FinalArrayList(int initialCapacity)
public FinalArrayList(@NotNull Collection<? extends E> c)
@Contract(value="!null -> !null") public static <E> FinalArrayList<E> nullOrCopy(@Nullable Iterable<? extends E> iterable)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.