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

Uses in package org.apache.commons.collections.list

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

void
Registers a cursor to be notified of changes to this list.
void
Deregisters a cursor from the list to be notified of changes.

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

CursorableLinkedList.Cursor
Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.
CursorableLinkedList.Cursor
Returns a CursorableLinkedList.Cursor for iterating through the elements of this list starting from a specified index.

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