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