Uses of Class
org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
Packages that use AbstractLinkedList.LinkedListIterator
-
Uses of AbstractLinkedList.LinkedListIterator in org.apache.commons.collections4.list
Modifier 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.