public class SequentialList<T> extends AbstractList<T>
modCount| Constructor and Description |
|---|
SequentialList(List<? extends T> list1) |
SequentialList(List<? extends T> list1,
List<? extends T> list2) |
SequentialList(List<? extends T> list1,
List<? extends T> list2,
List<? extends T> list3) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
Iterator<T> |
iterator() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, 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 T get(int index)
public int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>Copyright © 2003–2015 Jamon developers. All rights reserved.