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