| Package | Description |
|---|---|
| org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
| Modifier and Type | Field and Description |
|---|---|
private TreeList<E> |
TreeList.TreeListIterator.parent
The parent list
|
| Constructor and Description |
|---|
TreeListIterator(TreeList<E> parent,
int fromIndex)
Create a ListIterator for a list.
|