Uses of Package
org.apache.commons.collections4.collection
-
Packages that use org.apache.commons.collections4.collection Package Description org.apache.commons.collections4.bag org.apache.commons.collections4.bidimap org.apache.commons.collections4.collection Implementations of theCollectioninterface.org.apache.commons.collections4.list Implements theListinterface.org.apache.commons.collections4.map org.apache.commons.collections4.multiset Implements theMultiSetinterface.org.apache.commons.collections4.queue Implements theQueueinterface.org.apache.commons.collections4.set Implements theSet,SortedSetandNavigableSetinterfaces. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.bag Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behavior.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behavior for a multithreaded environment.TransformedCollection Decorates anotherCollectionto transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.bidimap Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behavior. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.collection Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behavior.CompositeCollection Decorates a collection of other collections to provide a single unified view.CompositeCollection.CollectionMutator Pluggable strategy to handle changes to the composite.IndexedCollection An IndexedCollection is a Map-like view onto a Collection.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.PredicatedCollection.Builder Builder for creating predicated collections.SynchronizedCollection Decorates anotherCollectionto synchronize its behavior for a multithreaded environment.TransformedCollection Decorates anotherCollectionto transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.list Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behavior.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.TransformedCollection Decorates anotherCollectionto transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.map Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behavior. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.multiset Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behavior.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behavior for a multithreaded environment. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.queue Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behavior.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behavior for a multithreaded environment.TransformedCollection Decorates anotherCollectionto transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.set Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behavior.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.TransformedCollection Decorates anotherCollectionto transform objects that are added.