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

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

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

Subclasses of PredicatedBag in org.apache.commons.collections.bag
 class PredicatedSortedBag<E>
          Decorates another SortedBag to validate that additions match a specified predicate.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.