Uses of Class
org.apache.commons.collections.list.CursorableLinkedList.Cursor
Packages that use CursorableLinkedList.Cursor
-
Uses of CursorableLinkedList.Cursor in org.apache.commons.collections.list
Subclasses of CursorableLinkedList.Cursor in org.apache.commons.collections.listModifier and TypeClassDescriptionprotected static classA cursor for the sublist based on LinkedSubListIterator.Methods in org.apache.commons.collections.list that return CursorableLinkedList.CursorModifier and TypeMethodDescriptionCursorableLinkedList.cursor()Returns aCursorableLinkedList.Cursorfor iterating through the elements of this list.CursorableLinkedList.cursor(int fromIndex) Returns aCursorableLinkedList.Cursorfor iterating through the elements of this list starting from a specified index.Methods in org.apache.commons.collections.list with parameters of type CursorableLinkedList.CursorModifier and TypeMethodDescriptionprotected voidCursorableLinkedList.registerCursor(CursorableLinkedList.Cursor cursor) Registers a cursor to be notified of changes to this list.protected voidCursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor cursor) Deregisters a cursor from the list to be notified of changes.