public final class FinalArrayList extends ArrayList
ArrayList
with a final marker to help JIT.modCount
Constructor and Description |
---|
FinalArrayList() |
FinalArrayList(Collection collection) |
FinalArrayList(int initialCapacity) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public FinalArrayList(int initialCapacity)
public FinalArrayList()
public FinalArrayList(Collection collection)
Copyright © 2013 Oracle. All Rights Reserved.