Uses of Class
org.apache.commons.collections.CursorableLinkedList
Packages that use CursorableLinkedList
Package
Description
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.collectionsModifier and TypeClassDescription(package private) classDeprecated.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 CursorableLinkedListModifier and TypeFieldDescriptionprotected CursorableLinkedListCursorableSubList._listDeprecated.My underlying listConstructors in org.apache.commons.collections with parameters of type CursorableLinkedListModifierConstructorDescription(package private)CursorableSubList(CursorableLinkedList list, int from, int to) Deprecated.