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

Packages that use CursorableLinkedList.Cursor
org.apache.commons.collections.list This package contains implementations of the List interface. 
 

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

Fields in org.apache.commons.collections.list with type parameters of type CursorableLinkedList.Cursor
protected  List<WeakReference<CursorableLinkedList.Cursor<E>>> CursorableLinkedList.cursors
          A list of the cursor currently open on this list
 

Methods in org.apache.commons.collections.list that return CursorableLinkedList.Cursor
 CursorableLinkedList.Cursor<E> CursorableLinkedList.cursor()
          Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.
 CursorableLinkedList.Cursor<E> CursorableLinkedList.cursor(int fromIndex)
          Returns a CursorableLinkedList.Cursor for 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
protected  void CursorableLinkedList.registerCursor(CursorableLinkedList.Cursor<E> cursor)
          Registers a cursor to be notified of changes to this list.
protected  void CursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor<E> cursor)
          Deregisters a cursor from the list to be notified of changes.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.