Uses of Class
org.apache.commons.collections.set.PredicatedSet

Packages that use PredicatedSet
org.apache.commons.collections.set This package contains implementations of the Set and SortedSet interfaces. 
 

Uses of PredicatedSet in org.apache.commons.collections.set
 

Subclasses of PredicatedSet in org.apache.commons.collections.set
 class PredicatedSortedSet<E>
          Decorates another SortedSet to validate that all additions match a specified predicate.
 



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