|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.commons.collections.list | |
org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
Classes in org.apache.commons.collections.list used by org.apache.commons.collections.listAbstractLinkedList
|
An abstract implementation of a linked list which provides numerous points for subclasses to override. AbstractLinkedList.LinkedListIterator
|
A list iterator over the linked list. AbstractLinkedList.LinkedSubList
|
The sublist implementation for AbstractLinkedList. AbstractLinkedList.Node
|
A node within the linked list. AbstractListDecorator
|
Decorates another List to provide additional behaviour.CursorableLinkedList
|
A List implementation with a ListIterator that
allows concurrent modifications to the underlying list.CursorableLinkedList.Cursor
|
An extended ListIterator that allows concurrent changes to
the underlying list.PredicatedList
|
Decorates another List to validate that all additions
match a specified predicate.SetUniqueList
|
Decorates a List to ensure that no duplicates are present
much like a Set .TransformedList
|
Decorates another List to transform objects that are added. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |