Uses of Class
org.apache.commons.collections4.list.AbstractLinkedListJava21
Packages that use AbstractLinkedListJava21
-
Uses of AbstractLinkedListJava21 in org.apache.commons.collections4.list
Fields in org.apache.commons.collections4.list declared as AbstractLinkedListJava21Modifier and TypeFieldDescriptionprotected final AbstractLinkedListJava21
<E> AbstractLinkedListJava21.LinkedListIterator.parent
The parent listConstructors in org.apache.commons.collections4.list with parameters of type AbstractLinkedListJava21ModifierConstructorDescriptionprotected
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.