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<K,V>
          Decorates another SortedMap to validate that additions match a specified predicate.
 



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