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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public T get(int index)
public int size()
size
in interface Collection<T>
size
in interface List<T>
size
in class AbstractCollection<T>
Copyright © 2003–2017 Jamon developers. All rights reserved.