Modifier and Type | Field and Description |
---|---|
private int |
_fromIndex |
private int |
_toIndex |
Constructor and Description |
---|
SubList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
E element) |
E |
get(int index) |
E |
remove(int index) |
E |
set(int index,
E element) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait