| Frames | No Frames |
Constructors with parameter type org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList | |
Constructs a new cursor. | |
Fields of type org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList | |
| AbstractLinkedList.LinkedSubList | The parent list |
| AbstractLinkedList.LinkedSubList | The parent list |
Methods with parameter type org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList | |
| Iterator | Creates an iterator for the sublist. |
| ListIterator | AbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList, int fromIndex) Creates a list iterator for the sublist. |
| ListIterator | CursorableLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList, int fromIndex) Creates a list iterator for the sublist. |