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