| Package | Description |
|---|---|
| org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
AbstractLinkedList.LinkedSubListIterator |
A list iterator over the linked sub list.
|
static class |
CursorableLinkedList.Cursor |
An extended
ListIterator that allows concurrent changes to
the underlying list. |
protected static class |
CursorableLinkedList.SubCursor |
A cursor for the sublist based on LinkedSubListIterator.
|
Copyright © 2001-2018 Apache Software Foundation. All Rights Reserved.