Uses of Package
org.apache.commons.collections4.list
Packages that use org.apache.commons.collections4.list
-
Classes in org.apache.commons.collections4.list used by org.apache.commons.collections4.listClassDescriptionDeprecated.Deprecated.A list iterator over the linked list.Deprecated.The sublist implementation for AbstractLinkedList.Deprecated.A node within the linked list.An 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 AbstractLinkedListJava21.A node within the linked list.Decorates another
List
to provide additional behavior.Serializable subclass of AbstractListDecorator.Deprecated.parentAbstractLinkedList
is source incompatible with List methods added in Java 21Deprecated.An extendedListIterator
that allows concurrent changes to the underlying list.Decorates anotherList
to fix the size preventing add/remove.Decorates anotherList
to make it seamlessly grow when indices larger than the list size are used on add and set, avoiding most IndexOutOfBoundsExceptions.Decorates anotherList
to create objects in the list on demand.Decorates anotherList
to validate that all additions match a specified predicate.Decorates aList
to ensure that no duplicates are present much like aSet
.Decorates anotherList
to transform objects that are added.
AbstractLinkedListJava21
instead