Uses of Class
org.apache.commons.collections.map.PredicatedMap

Packages that use PredicatedMap
org.apache.commons.collections.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of PredicatedMap in org.apache.commons.collections.map
 

Subclasses of PredicatedMap in org.apache.commons.collections.map
 class PredicatedSortedMap
          Decorates another SortedMap to validate that additions match a specified predicate.
 



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