Uses of Class
org.apache.commons.collections.CursorableLinkedList
-
Packages that use CursorableLinkedList Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component. -
-
Uses of CursorableLinkedList in org.apache.commons.collections
Subclasses of CursorableLinkedList in org.apache.commons.collections Modifier and Type Class Description (package private) class
CursorableSubList
Deprecated.Use new version in list subpackage, which has been rewritten and now returns the cursor from the listIterator method.Fields in org.apache.commons.collections declared as CursorableLinkedList Modifier and Type Field Description protected CursorableLinkedList
CursorableSubList. _list
Deprecated.My underlying listConstructors in org.apache.commons.collections with parameters of type CursorableLinkedList Constructor Description CursorableSubList(CursorableLinkedList list, int from, int to)
Deprecated.
-