org.apache.commons.collections.list
protected static class AbstractLinkedList.LinkedSubList extends AbstractList
Constructor Summary | |
---|---|
protected | LinkedSubList(AbstractLinkedList parent, int fromIndex, int toIndex) |
Method Summary | |
---|---|
void | add(int index, Object obj) |
boolean | addAll(Collection coll) |
boolean | addAll(int index, Collection coll) |
protected void | checkModCount() |
void | clear() |
Object | get(int index) |
Iterator | iterator() |
ListIterator | listIterator(int index) |
protected void | rangeCheck(int index, int beyond) |
Object | remove(int index) |
Object | set(int index, Object obj) |
int | size() |
List | subList(int fromIndexInclusive, int toIndexExclusive) |