|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CursorableLinkedList.Cursor | |
---|---|
org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
Uses of CursorableLinkedList.Cursor in org.apache.commons.collections.list |
---|
Subclasses of CursorableLinkedList.Cursor in org.apache.commons.collections.list | |
---|---|
protected static class |
CursorableLinkedList.SubCursor
A cursor for the sublist based on LinkedSubListIterator. |
Methods in org.apache.commons.collections.list that return CursorableLinkedList.Cursor | |
---|---|
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. |
Methods in org.apache.commons.collections.list with parameters of type CursorableLinkedList.Cursor | |
---|---|
protected void |
CursorableLinkedList.registerCursor(CursorableLinkedList.Cursor cursor)
Registers a cursor to be notified of changes to this list. |
protected void |
CursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor cursor)
Deregisters a cursor from the list to be notified of changes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |