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 anotherBagto provide additional behaviour.AbstractMapBag Abstract implementation of theBaginterface to simplify the creation of subclass implementations.AbstractSortedBagDecorator Decorates anotherSortedBagto provide additional behaviour.PredicatedBag Decorates anotherBagto validate that additions match a specified predicate.SynchronizedBag Decorates anotherBagto synchronize its behaviour for a multi-threaded environment.TransformedBag Decorates anotherBagto transform objects that are added.