Uses of Class
org.apache.commons.collections4.list.AbstractLinkedList
Packages that use AbstractLinkedList
-
Uses of AbstractLinkedList in org.apache.commons.collections4.list
Subclasses of AbstractLinkedList in org.apache.commons.collections4.listModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.parentAbstractLinkedList
is source incompatible with List methods added in Java 21Fields in org.apache.commons.collections4.list declared as AbstractLinkedListModifier and TypeFieldDescriptionprotected final AbstractLinkedList
<E> AbstractLinkedList.LinkedListIterator.parent
The parent listConstructors in org.apache.commons.collections4.list with parameters of type AbstractLinkedListModifierConstructorDescriptionprotected
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