org.apache.commons.collections
Class CursorableLinkedList.Cursor

java.lang.Object
  |
  +--org.apache.commons.collections.CursorableLinkedList.ListIter
        |
        +--org.apache.commons.collections.CursorableLinkedList.Cursor
Enclosing class:
CursorableLinkedList

public class CursorableLinkedList.Cursor
extends org.apache.commons.collections.CursorableLinkedList.ListIter
implements ListIterator


Method Summary
 void add(Object o)
           
protected  void checkForComod()
           
 void close()
           
protected  void invalidate()
           
protected  void listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)
           
protected  void listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)
           
protected  void listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)
           
 int nextIndex()
           
 int previousIndex()
           
 
Methods inherited from class org.apache.commons.collections.CursorableLinkedList.ListIter
hasNext, hasPrevious, next, previous, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

previousIndex

public int previousIndex()
Specified by:
previousIndex in interface ListIterator
Overrides:
previousIndex in class org.apache.commons.collections.CursorableLinkedList.ListIter

nextIndex

public int nextIndex()
Specified by:
nextIndex in interface ListIterator
Overrides:
nextIndex in class org.apache.commons.collections.CursorableLinkedList.ListIter

add

public void add(Object o)
Specified by:
add in interface ListIterator
Overrides:
add in class org.apache.commons.collections.CursorableLinkedList.ListIter

listableRemoved

protected void listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)

listableInserted

protected void listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)

listableChanged

protected void listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)

checkForComod

protected void checkForComod()
Overrides:
checkForComod in class org.apache.commons.collections.CursorableLinkedList.ListIter

invalidate

protected void invalidate()

close

public void close()


Copyright © 2001-2002 Apache Software Foundation. Documenation generated October 21 2002.