Uses of Class
org.apache.commons.collections4.list.AbstractLinkedList
-
Uses of AbstractLinkedList in org.apache.commons.collections4.list
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.parentAbstractLinkedList
is source incompatible with List methods added in Java 21Modifier and TypeFieldDescriptionprotected final AbstractLinkedList
<E> AbstractLinkedList.LinkedListIterator.parent
The parent listModifierConstructorDescriptionprotected
LinkedListIterator
(AbstractLinkedList<E> parent, int fromIndex) Create a ListIterator for a list.protected
LinkedSubList
(AbstractLinkedList<E> parent, int fromIndex, int toIndex) Constructs a new instance.
AbstractLinkedList
is source incompatible with List methods added in Java 21