Uses of Class
org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
Packages that use AbstractLinkedList.LinkedSubList
-
Uses of AbstractLinkedList.LinkedSubList in org.apache.commons.collections.list
Fields in org.apache.commons.collections.list declared as AbstractLinkedList.LinkedSubListModifier and TypeFieldDescriptionprotected final AbstractLinkedList.LinkedSubList
AbstractLinkedList.LinkedSubListIterator.sub
The parent listprotected final AbstractLinkedList.LinkedSubList
CursorableLinkedList.SubCursor.sub
The parent listMethods in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubListModifier and TypeMethodDescriptionprotected 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.LinkedSubListModifierConstructorDescriptionprotected
LinkedSubListIterator
(AbstractLinkedList.LinkedSubList sub, int startIndex) protected
SubCursor
(AbstractLinkedList.LinkedSubList sub, int index) Constructs a new cursor.