Package | Description |
---|---|
org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
Modifier and Type | Field | Description |
---|---|---|
protected AbstractLinkedList.LinkedSubList<E> |
AbstractLinkedList.LinkedSubListIterator.sub |
The parent list
|
protected AbstractLinkedList.LinkedSubList<E> |
CursorableLinkedList.SubCursor.sub |
The parent list
|
Modifier and Type | Method | Description |
---|---|---|
protected java.util.Iterator<E> |
AbstractLinkedList.createSubListIterator(AbstractLinkedList.LinkedSubList<E> subList) |
Creates an iterator for the sublist.
|
protected java.util.ListIterator<E> |
AbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList<E> subList,
int fromIndex) |
Creates a list iterator for the sublist.
|
protected java.util.ListIterator<E> |
CursorableLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList<E> subList,
int fromIndex) |
Creates a list iterator for the sublist.
|
Constructor | Description |
---|---|
LinkedSubListIterator(AbstractLinkedList.LinkedSubList<E> sub,
int startIndex) |
|
SubCursor(AbstractLinkedList.LinkedSubList<E> sub,
int index) |
Constructs a new cursor.
|
Copyright © 2001-2019 - Apache Software Foundation