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
          Decorates another SortedBag to validate that additions match a specified predicate.
 



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