Save This Page
Home » commons-pool-1.4-src » org.apache.commons » pool » impl » [javadoc | source]
org.apache.commons.pool.impl
class: CursorableLinkedList.ListIter [javadoc | source]
java.lang.Object
   org.apache.commons.pool.impl.CursorableLinkedList$ListIter

All Implemented Interfaces:
    ListIterator

Direct Known Subclasses:
    Cursor

Field Summary
 CursorableLinkedList.Listable _cur     
 CursorableLinkedList.Listable _lastReturned     
 int _expectedModCount     
 int _nextIndex     
Constructor:
 ListIter(int index) 
Method from org.apache.commons.pool.impl.CursorableLinkedList$ListIter Summary:
add,   checkForComod,   hasNext,   hasPrevious,   next,   nextIndex,   previous,   previousIndex,   remove,   set
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.pool.impl.CursorableLinkedList$ListIter Detail:
 public  void add(Object o) 
 protected  void checkForComod() 
 public boolean hasNext() 
 public boolean hasPrevious() 
 public Object next() 
 public int nextIndex() 
 public Object previous() 
 public int previousIndex() 
 public  void remove() 
 public  void set(Object o)