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

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

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

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



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