Package org.apache.commons.collections
Class CursorableLinkedList.ListIter
java.lang.Object
org.apache.commons.collections.CursorableLinkedList.ListIter
- All Implemented Interfaces:
Iterator,ListIterator
- Direct Known Subclasses:
CursorableLinkedList.Cursor
- Enclosing class:
CursorableLinkedList
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) CursorableLinkedList.Listable(package private) int(package private) CursorableLinkedList.Listable(package private) int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
_cur
-
_lastReturned
CursorableLinkedList.Listable _lastReturned -
_expectedModCount
int _expectedModCount -
_nextIndex
int _nextIndex
-
-
Constructor Details
-
ListIter
ListIter(int index)
-
-
Method Details
-
previous
- Specified by:
previousin interfaceListIterator
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator- Specified by:
hasNextin interfaceListIterator
-
next
- Specified by:
nextin interfaceIterator- Specified by:
nextin interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator
-
set
- Specified by:
setin interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator
-
remove
public void remove()- Specified by:
removein interfaceIterator- Specified by:
removein interfaceListIterator
-
add
- Specified by:
addin interfaceListIterator
-
checkForComod
protected void checkForComod()
-