org.apache.commons.collections
Class CursorableLinkedList.Cursor
java.lang.Object
org.apache.commons.collections.CursorableLinkedList.ListIter
org.apache.commons.collections.CursorableLinkedList.Cursor
- CursorableLinkedList
- ListIterator
public class CursorableLinkedList.Cursor
extends org.apache.commons.collections.CursorableLinkedList.ListIter
implements ListIterator
add
public void add(Object o)
- add in interface org.apache.commons.collections.CursorableLinkedList.ListIter
checkForComod
protected void checkForComod()
- checkForComod in interface org.apache.commons.collections.CursorableLinkedList.ListIter
invalidate
protected void invalidate()
listableChanged
protected void listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)
listableInserted
protected void listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)
listableRemoved
protected void listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)
nextIndex
public int nextIndex()
- nextIndex in interface org.apache.commons.collections.CursorableLinkedList.ListIter
previousIndex
public int previousIndex()
- previousIndex in interface org.apache.commons.collections.CursorableLinkedList.ListIter
Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.