Uses of Class
org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Uses of AbstractLinkedListJava21 in org.apache.commons.collections4.list
Modifier and TypeFieldDescriptionprotected final AbstractLinkedListJava21
<E> AbstractLinkedListJava21.LinkedListIterator.parent
The parent listModifierConstructorDescriptionprotected
LinkedListIterator
(AbstractLinkedListJava21<E> parent, int fromIndex) Create a ListIterator for a list.protected
LinkedSubList
(AbstractLinkedListJava21<E> parent, int fromIndex, int toIndex) Constructs a new instance.