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 CursorableLinkedList.SubCursor.sub
          The parent list
protected  AbstractLinkedList.LinkedSubList AbstractLinkedList.LinkedSubListIterator.sub
          The parent list
 

Methods in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubList
protected  java.util.Iterator AbstractLinkedList.createSubListIterator(AbstractLinkedList.LinkedSubList subList)
          Creates an iterator for the sublist.
protected  java.util.ListIterator CursorableLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList, int fromIndex)
          Creates a list iterator for the sublist.
protected  java.util.ListIterator AbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList 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 sub, int startIndex)
           
CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList sub, int index)
          Constructs a new cursor.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.