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 theList
interface. -
-
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. sub
The parent listprotected AbstractLinkedList.LinkedSubList<E>
CursorableLinkedList.SubCursor. sub
The parent listMethods in org.apache.commons.collections4.list with parameters of type AbstractLinkedList.LinkedSubList Modifier and Type Method Description protected Iterator<E>
AbstractLinkedList. createSubListIterator(AbstractLinkedList.LinkedSubList<E> subList)
Creates an iterator for the sublist.protected ListIterator<E>
AbstractLinkedList. createSubListListIterator(AbstractLinkedList.LinkedSubList<E> subList, int fromIndex)
Creates a list iterator for the sublist.protected 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.
-