Uses of Class org.apache.commons.collections.CursorableLinkedList.Cursor

Uses in package org.apache.commons.collections

Methods with parameter type org.apache.commons.collections.CursorableLinkedList.Cursor

void
Registers a CursorableLinkedList.Cursor to be notified of changes to this list.
void
Removes a CursorableLinkedList.Cursor from the set of cursors to be notified of changes to this list.

Methods with return type org.apache.commons.collections.CursorableLinkedList.Cursor

CursorableLinkedList.Cursor
Returns a ListIterator for iterating through the elements of this list.
CursorableLinkedList.Cursor
Returns a ListIterator for iterating through the elements of this list, initialized such that ListIterator.next will return the element at the specified index (if any) and ListIterator.previous will return the element immediately preceding it (if any).

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.