Uses of Class
org.apache.commons.collections.CursorableLinkedList.Cursor
Packages that use CursorableLinkedList.Cursor
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of CursorableLinkedList.Cursor in org.apache.commons.collections
Methods in org.apache.commons.collections that return CursorableLinkedList.CursorModifier and TypeMethodDescriptionCursorableLinkedList.cursor()Deprecated.Returns aListIteratorfor iterating through the elements of this list.CursorableLinkedList.cursor(int i) Deprecated.Returns aListIteratorfor iterating through the elements of this list, initialized such thatListIterator.next()will return the element at the specified index (if any) andListIterator.previous()will return the element immediately preceding it (if any).Methods in org.apache.commons.collections with parameters of type CursorableLinkedList.CursorModifier and TypeMethodDescriptionprotected voidCursorableLinkedList.registerCursor(CursorableLinkedList.Cursor cur) Deprecated.Registers aCursorableLinkedList.Cursorto be notified of changes to this list.protected voidCursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor cur) Deprecated.Removes aCursorableLinkedList.Cursorfrom the set of cursors to be notified of changes to this list.