org.apache.commons.collections
public class CursorableLinkedList.Cursor extends CursorableLinkedList.ListIter implements ListIterator
| Method Summary | |
|---|---|
| void | add(Object o) |
| protected void | checkForComod() |
| void | close()
Mark this cursor as no longer being needed. |
| protected void | invalidate() |
| protected void | listableChanged(CursorableLinkedList.Listable elt) |
| protected void | listableInserted(CursorableLinkedList.Listable elt) |
| protected void | listableRemoved(CursorableLinkedList.Listable elt) |
| int | nextIndex() |
| int | previousIndex() |