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
Listto provide additional behaviour.Serializable subclass of AbstractListDecorator.AListimplementation with aListIteratorthat allows concurrent modifications to the underlying list.An extendedListIteratorthat allows concurrent changes to the underlying list.Decorates aListto ensure that no duplicates are present much like aSet.