|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLinkedList.LinkedSubList | |
---|---|
org.apache.commons.collections4.list | This package contains implementations of the List interface. |
Uses of AbstractLinkedList.LinkedSubList in org.apache.commons.collections4.list |
---|
Fields in org.apache.commons.collections4.list declared as AbstractLinkedList.LinkedSubList | |
---|---|
protected AbstractLinkedList.LinkedSubList<E> |
AbstractLinkedList.LinkedSubListIterator.sub
The parent list |
protected AbstractLinkedList.LinkedSubList<E> |
CursorableLinkedList.SubCursor.sub
The parent list |
Methods in org.apache.commons.collections4.list with parameters of type AbstractLinkedList.LinkedSubList | |
---|---|
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 | |
---|---|
AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList<E> sub,
int startIndex)
|
|
CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList<E> sub,
int index)
Constructs a new cursor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |