Uses of Package
org.apache.commons.collections.bag

Packages that use org.apache.commons.collections.bag
org.apache.commons.collections.bag This package contains implementations of the Bag and SortedBag interfaces. 
 

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



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.