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

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

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

Fields in org.apache.commons.collections.list declared as AbstractLinkedList.LinkedSubList
protected  AbstractLinkedList.LinkedSubList<E> AbstractLinkedList.LinkedSubListIterator.sub
          The parent list
 

Methods in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubList
protected  Iterator<E> AbstractLinkedList.createSubListIterator(AbstractLinkedList.LinkedSubList<E> subList)
          Creates an iterator for the sublist.
protected  ListIterator<E> AbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList<E> subList, int fromIndex)
          Creates a list iterator for the sublist.
 

Constructors in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubList
AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList<E> sub, int startIndex)
           
 



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