Uses of Class
org.apache.commons.collections.list.AbstractLinkedList

Packages that use AbstractLinkedList
org.apache.commons.collections.list This package contains implementations of the List interface. 
 

Uses of AbstractLinkedList in org.apache.commons.collections.list
 

Subclasses of AbstractLinkedList in org.apache.commons.collections.list
 class CursorableLinkedList<E>
          A List implementation with a ListIterator that allows concurrent modifications to the underlying list.
 class NodeCachingLinkedList<E>
          A List implementation 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
protected  AbstractLinkedList<E> AbstractLinkedList.LinkedListIterator.parent
          The parent list
 

Constructors in org.apache.commons.collections.list with parameters of type AbstractLinkedList
AbstractLinkedList.LinkedListIterator(AbstractLinkedList<E> parent, int fromIndex)
          Create a ListIterator for a list.
AbstractLinkedList.LinkedSubList(AbstractLinkedList<E> parent, int fromIndex, int toIndex)
           
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.