Uses of Class
org.apache.commons.collections4.list.AbstractLinkedList
-
Packages that use AbstractLinkedList Package Description org.apache.commons.collections4.list Implements theListinterface. -
-
Uses of AbstractLinkedList in org.apache.commons.collections4.list
Subclasses of AbstractLinkedList in org.apache.commons.collections4.list Modifier and Type Class Description classCursorableLinkedList<E>Deprecated.parentAbstractLinkedListis source incompatible with List methods added in Java 21classNodeCachingLinkedList<E>Deprecated.parentAbstractLinkedListis source incompatible with List methods added in Java 21Fields in org.apache.commons.collections4.list declared as AbstractLinkedList Modifier and Type Field Description protected AbstractLinkedList<E>AbstractLinkedList.LinkedListIterator. parentThe parent listConstructors in org.apache.commons.collections4.list with parameters of type AbstractLinkedList Constructor Description LinkedListIterator(AbstractLinkedList<E> parent, int fromIndex)Create a ListIterator for a list.LinkedSubList(AbstractLinkedList<E> parent, int fromIndex, int toIndex)Constructs a new instance.
-