Uses of Class
org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
-
Packages that use AbstractLinkedList.LinkedSubList Package Description org.apache.commons.collections.list This package contains implementations of theList
interface. -
-
Uses of AbstractLinkedList.LinkedSubList in org.apache.commons.collections.list
Fields in org.apache.commons.collections.list declared as AbstractLinkedList.LinkedSubList Modifier and Type Field Description protected AbstractLinkedList.LinkedSubList
AbstractLinkedList.LinkedSubListIterator. sub
The parent listprotected AbstractLinkedList.LinkedSubList
CursorableLinkedList.SubCursor. sub
The parent listMethods in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubList Modifier and Type Method Description protected Iterator
AbstractLinkedList. createSubListIterator(AbstractLinkedList.LinkedSubList subList)
Creates an iterator for the sublist.protected ListIterator
AbstractLinkedList. createSubListListIterator(AbstractLinkedList.LinkedSubList subList, int fromIndex)
Creates a list iterator for the sublist.protected ListIterator
CursorableLinkedList. 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 Constructor Description LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub, int startIndex)
SubCursor(AbstractLinkedList.LinkedSubList sub, int index)
Constructs a new cursor.
-