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