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