Uses of Package
org.apache.commons.collections.list
Packages that use org.apache.commons.collections.list
-
Classes in org.apache.commons.collections.list used by org.apache.commons.collections.listClassDescriptionAn abstract implementation of a linked list which provides numerous points for subclasses to override.A list iterator over the linked list.The sublist implementation for AbstractLinkedList.A node within the linked list.Decorates another
List
to provide additional behaviour.Serializable subclass of AbstractListDecorator.AList
implementation with aListIterator
that allows concurrent modifications to the underlying list.An extendedListIterator
that allows concurrent changes to the underlying list.Decorates aList
to ensure that no duplicates are present much like aSet
.