Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
protected static class AbstractLinkedList.LinkedSubListIterator
Field Summary | |
protected AbstractLinkedList.LinkedSubList |
|
Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator | |
current , expectedModCount , next , nextIndex , parent |
Constructor Summary | |
|
Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator | |
add , checkModCount , getLastNodeReturned , hasNext , hasPrevious , next , nextIndex , previous , previousIndex , remove , set |
protected LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub, int startIndex)
public boolean hasPrevious()
- Specified by:
- hasPrevious in interface OrderedIterator
- Overrides:
- hasPrevious in interface AbstractLinkedList.LinkedListIterator
public int nextIndex()
- Overrides:
- nextIndex in interface AbstractLinkedList.LinkedListIterator