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

Packages that use CursorableLinkedList.Cursor
org.apache.commons.collections Java Collections Framework extensions. 
 

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

Methods in org.apache.commons.collections that return CursorableLinkedList.Cursor
 CursorableLinkedList.Cursor CursorableLinkedList.cursor()
          Returns a ListIterator for iterating through the elements of this list.
 CursorableLinkedList.Cursor CursorableLinkedList.cursor(int i)
          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 preceeding it (if any).
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.