Uses of Class
org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Packages that use AbstractLinkedList.LinkedSubList Package Description org.apache.commons.collections4.list This package contains implementations of theListinterface. -
-
Uses of AbstractLinkedList.LinkedSubList in org.apache.commons.collections4.list
Fields in org.apache.commons.collections4.list declared as AbstractLinkedList.LinkedSubList Modifier and Type Field Description protected AbstractLinkedList.LinkedSubList<E>AbstractLinkedList.LinkedSubListIterator. subThe parent listprotected AbstractLinkedList.LinkedSubList<E>CursorableLinkedList.SubCursor. subThe parent listMethods in org.apache.commons.collections4.list with parameters of type AbstractLinkedList.LinkedSubList Modifier and Type Method Description protected java.util.Iterator<E>AbstractLinkedList. createSubListIterator(AbstractLinkedList.LinkedSubList<E> subList)Creates an iterator for the sublist.protected java.util.ListIterator<E>AbstractLinkedList. createSubListListIterator(AbstractLinkedList.LinkedSubList<E> subList, int fromIndex)Creates a list iterator for the sublist.protected java.util.ListIterator<E>CursorableLinkedList. createSubListListIterator(AbstractLinkedList.LinkedSubList<E> subList, int fromIndex)Creates a list iterator for the sublist.Constructors in org.apache.commons.collections4.list with parameters of type AbstractLinkedList.LinkedSubList Constructor Description LinkedSubListIterator(AbstractLinkedList.LinkedSubList<E> sub, int startIndex)SubCursor(AbstractLinkedList.LinkedSubList<E> sub, int index)Constructs a new cursor.
-