public final class FinalArrayList<T>
extends java.util.ArrayList<T>
ArrayList with a final marker to help JIT.| Constructor | Description |
|---|---|
FinalArrayList() |
|
FinalArrayList(int initialCapacity) |
|
FinalArrayList(java.util.Collection collection) |
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, trimToSizeCopyright © 2018 Oracle Corporation. All rights reserved.