public class JavaList<E>
extends java.util.ArrayList<E>
ImmutableList
all the way.Constructor and Description |
---|
JavaList(ImmutableList<E> list) |
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
public JavaList(ImmutableList<E> list)