Class CursorableLinkedList.ListIter
java.lang.Object
org.apache.commons.pool.impl.CursorableLinkedList.ListIter
- All Implemented Interfaces:
Iterator<E>, ListIterator<E>
- Direct Known Subclasses:
CursorableLinkedList.Cursor
- Enclosing class:
CursorableLinkedList<E>
- Version:
- $Revision: 480452 $ $Date: 2006-11-29 00:45:14 -0700 (Wed, 29 Nov 2006) $
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) CursorableLinkedList.Listable<E> (package private) int(package private) CursorableLinkedList.Listable<E> (package private) int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
_cur
-
_lastReturned
CursorableLinkedList.Listable<E> _lastReturned -
_expectedModCount
int _expectedModCount -
_nextIndex
int _nextIndex
-
-
Constructor Details
-
ListIter
ListIter(int index)
-
-
Method Details
-
previous
- Specified by:
previousin interfaceListIterator<E>
-
hasNext
-
next
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<E>
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<E>
-
set
- Specified by:
setin interfaceListIterator<E>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<E>
-
remove
-
add
- Specified by:
addin interfaceListIterator<E>
-
checkForComod
protected void checkForComod()
-