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.parentThe parent listConstructors in org.apache.commons.collections4.list with parameters of type AbstractLinkedListForJava21ModifierConstructorDescriptionprotectedLinkedListIterator(AbstractLinkedListForJava21<E> parent, int fromIndex) Create a ListIterator for a list.protectedLinkedSubList(AbstractLinkedListForJava21<E> parent, int fromIndex, int toIndex)