Uses of Class
org.apache.commons.collections.collection.PredicatedCollection

Packages that use PredicatedCollection
org.apache.commons.collections.bag This package contains implementations of the Bag and SortedBag interfaces. 
org.apache.commons.collections.buffer This package contains implementations of the Buffer interface. 
org.apache.commons.collections.list This package contains implementations of the List interface. 
org.apache.commons.collections.set This package contains implementations of the Set and SortedSet interfaces. 
 

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

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

Uses of PredicatedCollection in org.apache.commons.collections.buffer
 

Subclasses of PredicatedCollection in org.apache.commons.collections.buffer
 class PredicatedBuffer<E>
          Decorates another Buffer to validate that additions match a specified predicate.
 

Uses of PredicatedCollection in org.apache.commons.collections.list
 

Subclasses of PredicatedCollection in org.apache.commons.collections.list
 class PredicatedList<E>
          Decorates another List to validate that all additions match a specified predicate.
 

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

Subclasses of PredicatedCollection in org.apache.commons.collections.set
 class PredicatedSet<E>
          Decorates another Set to validate that all additions match a specified predicate.
 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.