Uses of Class
org.apache.commons.collections.bag.AbstractBagDecorator

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

Uses of AbstractBagDecorator in org.apache.commons.collections.bag
 

Subclasses of AbstractBagDecorator in org.apache.commons.collections.bag
 class AbstractSortedBagDecorator
          Decorates another SortedBag to provide additional behaviour.
 class UnmodifiableBag
          Decorates another Bag to ensure it can't be altered.
 class UnmodifiableSortedBag
          Decorates another SortedBag to ensure it can't be altered.
 



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