E - type of element to manage in the listpublic abstract class AbstractList<E>
extends java.lang.Object
implements java.util.List<E>
| Constructor and Description |
|---|
AbstractList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(E[] values)
Loads a JAVA array of elements into the list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArraypublic void addAll(E[] values)
values - array of elements.