Uses of Class
org.apache.commons.collections.list.AbstractLinkedList
Packages that use AbstractLinkedList
-
Uses of AbstractLinkedList in org.apache.commons.collections.list
Subclasses of AbstractLinkedList in org.apache.commons.collections.listModifier and TypeClassDescriptionclassAListimplementation with aListIteratorthat allows concurrent modifications to the underlying list.classAListimplementation that stores a cache of internal Node objects in an effort to reduce wasteful object creation.Fields in org.apache.commons.collections.list declared as AbstractLinkedListModifier and TypeFieldDescriptionprotected final AbstractLinkedListAbstractLinkedList.LinkedListIterator.parentThe parent listConstructors in org.apache.commons.collections.list with parameters of type AbstractLinkedListModifierConstructorDescriptionprotectedLinkedListIterator(AbstractLinkedList parent, int fromIndex) Create a ListIterator for a list.protectedLinkedSubList(AbstractLinkedList parent, int fromIndex, int toIndex)