| Package | Description |
|---|---|
| org.apache.commons.collections |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CursorableSubList
Deprecated.
Use new version in list subpackage, which has been rewritten
and now returns the cursor from the listIterator method. Will be removed in v4.0
|
| Modifier and Type | Field and Description |
|---|---|
protected CursorableLinkedList |
CursorableSubList._list
Deprecated.
My underlying list
|
| Constructor and Description |
|---|
CursorableSubList(CursorableLinkedList list,
int from,
int to)
Deprecated.
|