Uses of Class
org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
Packages that use AbstractLinkedList.LinkedSubList
-
Uses of AbstractLinkedList.LinkedSubList in org.apache.commons.collections4.list
Fields in org.apache.commons.collections4.list declared as AbstractLinkedList.LinkedSubListModifier and TypeFieldDescriptionprotected final AbstractLinkedList.LinkedSubList<E>AbstractLinkedList.LinkedSubListIterator.subThe sub listprotected final AbstractLinkedList.LinkedSubList<E>CursorableLinkedList.SubCursor.subThe parent listMethods in org.apache.commons.collections4.list with parameters of type AbstractLinkedList.LinkedSubListModifier and TypeMethodDescriptionAbstractLinkedList.createSubListIterator(AbstractLinkedList.LinkedSubList<E> subList) Deprecated.Creates an iterator for the sublist.protected ListIterator<E>AbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList<E> subList, int fromIndex) Deprecated.Creates a list iterator for the sublist.protected ListIterator<E>CursorableLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList<E> subList, int fromIndex) Deprecated.Creates a list iterator for the sublist.Constructors in org.apache.commons.collections4.list with parameters of type AbstractLinkedList.LinkedSubListModifierConstructorDescriptionprotectedLinkedSubListIterator(AbstractLinkedList.LinkedSubList<E> sub, int startIndex) protectedSubCursor(AbstractLinkedList.LinkedSubList<E> sub, int index) Constructs a new cursor.