Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.collections4.list Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
AbstractLinkedListAn abstract implementation of a linked list which provides numerous points for subclasses to override.Classorg.apache.commons.collections4.listApache Commons
AbstractLinkedList .LinkedListIteratorA list iterator over the linked list.Classorg.apache.commons.collections4.list.AbstractLinkedListApache Commons
AbstractLinkedList .LinkedSubListThe sublist implementation for AbstractLinkedList.Classorg.apache.commons.collections4.list.AbstractLinkedListApache Commons
AbstractLinkedList .LinkedSubListIteratorA list iterator over the linked sub list.Classorg.apache.commons.collections4.list.AbstractLinkedListApache Commons
AbstractLinkedList .NodeA node within the linked list.Classorg.apache.commons.collections4.list.AbstractLinkedListApache Commons
AbstractListDecoratorDecorates another List to provide additional behaviour.Classorg.apache.commons.collections4.listApache Commons
AbstractSerializableListDecoratorSerializable subclass of AbstractListDecorator.Classorg.apache.commons.collections4.listApache Commons
CursorableLinkedListA List implementation with a ListIterator that allows concurrent modifications to the underlying list.Classorg.apache.commons.collections4.listApache Commons
CursorableLinkedList .CursorAn extended ListIterator that allows concurrent changes to the underlying list.Classorg.apache.commons.collections4.list.CursorableLinkedListApache Commons
CursorableLinkedList .SubCursorA cursor for the sublist based on LinkedSubListIterator.Classorg.apache.commons.collections4.list.CursorableLinkedListApache Commons
FixedSizeListDecorates another List to fix the size preventing add/remove.Classorg.apache.commons.collections4.listApache Commons
GrowthListDecorates another List to make it seamlessly grow when indices larger than the list size are used on add and set,Classorg.apache.commons.collections4.listApache Commons
LazyListDecorates another List to create objects in the list on demand.Classorg.apache.commons.collections4.listApache Commons
ListUtilsProvides utility methods and decorators for List instances.Classorg.apache.commons.collections4Apache Commons
ListValuedMapDefines a map that holds a list of values against each key.Interfaceorg.apache.commons.collections4Apache Commons
NodeCachingLinkedListA List implementation that stores a cache of internal Node objects in an effort to reduce wasteful object creation.Classorg.apache.commons.collections4.listApache Commons
PredicatedListDecorates another List to validate that all additions match a specified predicate.Classorg.apache.commons.collections4.listApache Commons
SetUniqueListDecorates a List to ensure that no duplicates are present much The List interface makes certain assumptions/requirements.Classorg.apache.commons.collections4.listApache Commons
TransformedListDecorates another List to transform objects that are added.Classorg.apache.commons.collections4.listApache Commons
TreeListA List implementation that is optimised for fast insertions and removals at any index in the list.Classorg.apache.commons.collections4.listApache Commons
UnmodifiableListDecorates another List to ensure it can't be altered.Classorg.apache.commons.collections4.listApache Commons