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 This package contains implementations of theCollectioninterface.org.apache.commons.collections4.list This package contains implementations of theListinterface.org.apache.commons.collections4.map org.apache.commons.collections4.multiset This package contains implementations of theMultiSetinterface.org.apache.commons.collections4.queue This package contains implementations for theQueueinterface.org.apache.commons.collections4.set This package contains implementations of theSet,SortedSetandNavigableSetinterfaces. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.bag Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behaviour.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behaviour for a multi-threaded 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 behaviour. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.collection Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behaviour.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 behaviour for a multi-threaded 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 behaviour.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 behaviour. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.multiset Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behaviour.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behaviour for a multi-threaded environment. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.queue Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behaviour.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behaviour for a multi-threaded 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 behaviour.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.TransformedCollection Decorates anotherCollectionto transform objects that are added.