public class ChainedList<E> extends AbstractList<E>
ChainedIteratormodCount| Constructor and Description |
|---|
ChainedList() |
ChainedList(List<? extends E>... ls) |
| Modifier and Type | Method and Description |
|---|---|
ChainedList<E> |
addList(List<? extends E> l) |
E |
get(int i) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ChainedList<E> addList(List<? extends E> l)
public int size()
size in interface Collection<E>size in interface List<E>size in class AbstractCollection<E>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}