public class ListAdapteeCollection<T> extends java.util.ArrayList<T> implements AdapteeCollection<T>
| Constructor and Description |
|---|
ListAdapteeCollection() |
ListAdapteeCollection(java.util.List<T> 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, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitpublic ListAdapteeCollection()
public ListAdapteeCollection(java.util.List<T> list)