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
AList
implementation with aListIterator
that allows concurrent modifications to the underlying list.class
AList
implementation that stores a cache of internal Node objects in an effort to reduce wasteful object creation.Fields 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)