Uses of Class
org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Uses of AbstractLinkedList.LinkedSubList in org.apache.commons.collections4.list
Modifier and TypeFieldDescriptionprotected final AbstractLinkedList.LinkedSubList
<E> AbstractLinkedList.LinkedSubListIterator.sub
The sub list.protected final AbstractLinkedList.LinkedSubList
<E> CursorableLinkedList.SubCursor.sub
The parent listModifier and TypeMethodDescriptionAbstractLinkedList.createSubListIterator
(AbstractLinkedList.LinkedSubList<E> subList) Deprecated.Creates an iterator for the sublist.protected ListIterator
<E> AbstractLinkedList.createSubListListIterator
(AbstractLinkedList.LinkedSubList<E> subList, int fromIndex) Deprecated.Creates a list iterator for the sublist.protected ListIterator
<E> CursorableLinkedList.createSubListListIterator
(AbstractLinkedList.LinkedSubList<E> subList, int fromIndex) Deprecated.Creates a list iterator for the sublist.ModifierConstructorDescriptionprotected
LinkedSubListIterator
(AbstractLinkedList.LinkedSubList<E> sub, int startIndex) Constructs a new instance.protected
SubCursor
(AbstractLinkedList.LinkedSubList<E> sub, int index) Constructs a new cursor.