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
 

Methods in org.apache.commons.collections.list that return CursorableLinkedList.Cursor
 CursorableLinkedList.Cursor CursorableLinkedList.cursor()
          Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.
 CursorableLinkedList.Cursor CursorableLinkedList.cursor(int fromIndex)
          Returns a CursorableLinkedList.Cursor for iterating through the elements of this list starting from a specified index.
 



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