Uses of Class
org.apache.commons.collections4.list.AbstractLinkedListForJava21.LinkedSubList
Packages that use AbstractLinkedListForJava21.LinkedSubList
-
Uses of AbstractLinkedListForJava21.LinkedSubList in org.apache.commons.collections4.list
Fields in org.apache.commons.collections4.list declared as AbstractLinkedListForJava21.LinkedSubListModifier and TypeFieldDescriptionprotected final AbstractLinkedListForJava21.LinkedSubList<E>
AbstractLinkedListForJava21.LinkedSubListIterator.sub
The sub listMethods in org.apache.commons.collections4.list with parameters of type AbstractLinkedListForJava21.LinkedSubListModifier and TypeMethodDescriptionAbstractLinkedListForJava21.createSubListIterator
(AbstractLinkedListForJava21.LinkedSubList<E> subList) Creates an iterator for the sublist.protected ListIterator<E>
AbstractLinkedListForJava21.createSubListListIterator
(AbstractLinkedListForJava21.LinkedSubList<E> subList, int fromIndex) Creates a list iterator for the sublist.Constructors in org.apache.commons.collections4.list with parameters of type AbstractLinkedListForJava21.LinkedSubListModifierConstructorDescriptionprotected
LinkedSubListIterator
(AbstractLinkedListForJava21.LinkedSubList<E> sub, int startIndex)