Frames | No Frames |
Methods with parameter type org.apache.commons.collections.CursorableLinkedList.Cursor | |
void | Registers a CursorableLinkedList.Cursor to be notified
of changes to this list. |
void | Removes a CursorableLinkedList.Cursor from
the set of cursors to be notified of changes to this list. |
Methods with return type org.apache.commons.collections.CursorableLinkedList.Cursor | |
CursorableLinkedList.Cursor | Returns a ListIterator for iterating through the
elements of this list. |
CursorableLinkedList.Cursor | CursorableLinkedList.cursor(int i) Returns a ListIterator for iterating through the
elements of this list, initialized such that
ListIterator.next will return the element at
the specified index (if any) and ListIterator.previous
will return the element immediately preceding it (if any). |