Uses of Class
org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
-
Packages that use AbstractLinkedListJava21.LinkedSubList Package Description org.apache.commons.collections4.list Implements theListinterface. -
-
Uses of AbstractLinkedListJava21.LinkedSubList in org.apache.commons.collections4.list
Fields in org.apache.commons.collections4.list declared as AbstractLinkedListJava21.LinkedSubList Modifier and Type Field Description protected AbstractLinkedListJava21.LinkedSubList<E>AbstractLinkedListJava21.LinkedSubListIterator. subThe sub listMethods in org.apache.commons.collections4.list with parameters of type AbstractLinkedListJava21.LinkedSubList Modifier and Type Method Description protected java.util.Iterator<E>AbstractLinkedListJava21. createSubListIterator(AbstractLinkedListJava21.LinkedSubList<E> subList)Creates an iterator for the sublist.protected java.util.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.LinkedSubList Constructor Description LinkedSubListIterator(AbstractLinkedListJava21.LinkedSubList<E> sub, int startIndex)Constructs a new instance.
-