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