private class MiniList.SubList extends AbstractList<E>
Modifier and Type | Field and Description |
---|---|
private int |
_fromIndex |
private int |
_toIndex |
modCount
Constructor and Description |
---|
MiniList.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