Uses of Class
org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
Packages that use AbstractLinkedList.LinkedListIterator
-
Uses of AbstractLinkedList.LinkedListIterator in org.apache.commons.collections.list
Subclasses of AbstractLinkedList.LinkedListIterator in org.apache.commons.collections.listModifier and TypeClassDescriptionprotected static classA list iterator over the linked sub list.static classAn extendedListIteratorthat allows concurrent changes to the underlying list.protected static classA cursor for the sublist based on LinkedSubListIterator.