| Frames | No Frames |
Classes derived from org.apache.commons.collections.list.CursorableLinkedList.Cursor | |
| class | A cursor for the sublist based on LinkedSubListIterator. |
Methods with parameter type org.apache.commons.collections.list.CursorableLinkedList.Cursor | |
| void | Registers a cursor to be notified of changes to this list. |
| void | Deregisters a cursor from the list to be notified of changes. |
Methods with return type org.apache.commons.collections.list.CursorableLinkedList.Cursor | |
| CursorableLinkedList.Cursor | Returns a CursorableLinkedList.Cursor for iterating through the elements of this list. |
| CursorableLinkedList.Cursor | CursorableLinkedList.cursor(int fromIndex) Returns a CursorableLinkedList.Cursor for iterating through the elements of this list
starting from a specified index. |