Uses of Package
org.apache.commons.collections.bag
-
Packages that use org.apache.commons.collections.bag Package Description org.apache.commons.collections.bag -
Classes in org.apache.commons.collections.bag used by org.apache.commons.collections.bag Class Description AbstractBagDecorator Decorates anotherBag
to provide additional behaviour.AbstractMapBag Abstract implementation of theBag
interface to simplify the creation of subclass implementations.AbstractSortedBagDecorator Decorates anotherSortedBag
to provide additional behaviour.PredicatedBag Decorates anotherBag
to validate that additions match a specified predicate.SynchronizedBag Decorates anotherBag
to synchronize its behaviour for a multi-threaded environment.TransformedBag Decorates anotherBag
to transform objects that are added.