org.apache.commons.collections.list
protected static class AbstractLinkedList.LinkedSubListIterator extends AbstractLinkedList.LinkedListIterator
| Field Summary | |
|---|---|
| protected AbstractLinkedList.LinkedSubList | sub The parent list |
| Constructor Summary | |
|---|---|
| protected | LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub, int startIndex) |
| Method Summary | |
|---|---|
| void | add(Object obj) |
| boolean | hasNext() |
| boolean | hasPrevious() |
| int | nextIndex() |
| void | remove() |