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
close
public void close()
Mark this cursor as no longer being needed. Any resources
associated with this cursor are immediately released.
In previous versions of this class, it was mandatory to close
all cursor objects to avoid memory leaks. It is no longer
necessary to call this close method; an instance of this class
can now be treated exactly like a normal iterator.
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-2006 Apache Software Foundation. All Rights Reserved.