Uses of Class
org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Packages that use CursorableLinkedList.Cursor Package Description org.apache.commons.collections.list This package contains implementations of theListinterface. -
-
Uses of CursorableLinkedList.Cursor in org.apache.commons.collections.list
Subclasses of CursorableLinkedList.Cursor in org.apache.commons.collections.list Modifier and Type Class Description protected static classCursorableLinkedList.SubCursorA cursor for the sublist based on LinkedSubListIterator.Methods in org.apache.commons.collections.list that return CursorableLinkedList.Cursor Modifier and Type Method Description CursorableLinkedList.CursorCursorableLinkedList. cursor()Returns aCursorableLinkedList.Cursorfor iterating through the elements of this list.CursorableLinkedList.CursorCursorableLinkedList. 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.Cursor Modifier and Type Method Description protected 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.
-