Uses of Class
org.apache.commons.collections.list.AbstractLinkedList
-
Packages that use AbstractLinkedList Package Description org.apache.commons.collections.list This package contains implementations of theListinterface. -
-
Uses of AbstractLinkedList in org.apache.commons.collections.list
Subclasses of AbstractLinkedList in org.apache.commons.collections.list Modifier and Type Class Description classCursorableLinkedListAListimplementation with aListIteratorthat allows concurrent modifications to the underlying list.classNodeCachingLinkedListAListimplementation 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 AbstractLinkedList Modifier and Type Field Description protected AbstractLinkedListAbstractLinkedList.LinkedListIterator. parentThe parent listConstructors in org.apache.commons.collections.list with parameters of type AbstractLinkedList Constructor Description LinkedListIterator(AbstractLinkedList parent, int fromIndex)Create a ListIterator for a list.LinkedSubList(AbstractLinkedList parent, int fromIndex, int toIndex)
-