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

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

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

Subclasses of AbstractSortedBagDecorator in org.apache.commons.collections.bag
 class UnmodifiableSortedBag
          Decorates another SortedBag to ensure it can't be altered.
 



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