public class SubList<T>
extends java.util.AbstractList<T>
| Constructor and Description |
|---|
SubList(java.util.List<T> backingList,
int startPosition,
int endPosition) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
java.util.Iterator<T> |
iterator() |
int |
size() |
java.util.List<T> |
subList(int fromIndex,
int toIndex) |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait