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.LinkedSubListAbstractLinkedList.LinkedSubListIterator.subThe parent listprotected final AbstractLinkedList.LinkedSubListCursorableLinkedList.SubCursor.subThe parent listMethods in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubListModifier and TypeMethodDescriptionprotected IteratorAbstractLinkedList.createSubListIterator(AbstractLinkedList.LinkedSubList subList) Creates an iterator for the sublist.protected ListIteratorAbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList, int fromIndex) Creates a list iterator for the sublist.protected ListIteratorCursorableLinkedList.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.LinkedSubListModifierConstructorDescriptionprotectedLinkedSubListIterator(AbstractLinkedList.LinkedSubList sub, int startIndex) protectedSubCursor(AbstractLinkedList.LinkedSubList sub, int index) Constructs a new cursor.