Package | Description |
---|---|
org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
Modifier and Type | Class and Description |
---|---|
class |
CursorableLinkedList<E>
A
List implementation with a ListIterator that
allows concurrent modifications to the underlying list. |
class |
NodeCachingLinkedList<E>
A
List implementation that stores a cache of internal Node objects
in an effort to reduce wasteful object creation. |
Modifier and Type | Field and Description |
---|---|
protected AbstractLinkedList<E> |
AbstractLinkedList.LinkedListIterator.parent
The parent list
|
Constructor and Description |
---|
LinkedListIterator(AbstractLinkedList<E> parent,
int fromIndex)
Create a ListIterator for a list.
|
LinkedSubList(AbstractLinkedList<E> parent,
int fromIndex,
int toIndex) |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.