public class CompositeList<E> extends AbstractSequentialList<E> implements Serializable
modCount| Constructor and Description |
|---|
CompositeList() |
CompositeList(Collection<List<E>> collOfLists) |
| Modifier and Type | Method and Description |
|---|---|
void |
addList(List<E> list) |
ListIterator<E> |
listIterator(int i) |
int |
size() |
add, addAll, get, iterator, remove, setadd, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, 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 CompositeList()
public CompositeList(Collection<List<E>> collOfLists)
public ListIterator<E> listIterator(int i)
listIterator in interface List<E>listIterator in class AbstractSequentialList<E>public int size()
size in interface Collection<E>size in interface List<E>size in class AbstractCollection<E>Copyright © 2012–2018 Emory University. All rights reserved.