Uses of Class
org.apache.commons.collections4.list.AbstractLinkedListForJava21
Packages that use AbstractLinkedListForJava21
-
Uses of AbstractLinkedListForJava21 in org.apache.commons.collections4.list
Fields in org.apache.commons.collections4.list declared as AbstractLinkedListForJava21Modifier and TypeFieldDescriptionprotected final AbstractLinkedListForJava21<E>
AbstractLinkedListForJava21.LinkedListIterator.parent
The parent listConstructors in org.apache.commons.collections4.list with parameters of type AbstractLinkedListForJava21ModifierConstructorDescriptionprotected
LinkedListIterator
(AbstractLinkedListForJava21<E> parent, int fromIndex) Create a ListIterator for a list.protected
LinkedSubList
(AbstractLinkedListForJava21<E> parent, int fromIndex, int toIndex)