Uses of Class
net.sf.collections15.list.AbstractLinkedList

Packages that use AbstractLinkedList
net.sf.collections15.list This package contains implementations of the List interface. 
 

Uses of AbstractLinkedList in net.sf.collections15.list
 

Subclasses of AbstractLinkedList in net.sf.collections15.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 net.sf.collections15.list declared as AbstractLinkedList
protected  AbstractLinkedList<T> AbstractLinkedList.LinkedListIterator.parent
          The parent list
 

Constructors in net.sf.collections15.list with parameters of type AbstractLinkedList
AbstractLinkedList.LinkedListIterator(AbstractLinkedList<T> parent, int fromIndex)
          Create a ListIterator for a list.
AbstractLinkedList.LinkedSubList(AbstractLinkedList<T> parent, int fromIndex, int toIndex)
           
 



Copyright © 2001-2005 SourceForge.net. All Rights Reserved.