org.apache.commons.functor.example.map
Class PredicatedMap

java.lang.Object
  extended by org.apache.commons.functor.example.map.FunctoredMap
      extended by org.apache.commons.functor.example.map.PredicatedMap
All Implemented Interfaces:
Map

public class PredicatedMap
extends FunctoredMap

Version:
$Revision: 666163 $ $Date: 2008-06-10 17:41:34 +0200 (Tue, 10 Jun 2008) $
Author:
Rodney Waldhoff

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.functor.example.map.FunctoredMap
FunctoredMap.ContainsKey, FunctoredMap.Throw
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.apache.commons.functor.example.map.FunctoredMap
DEFAULT_ON_CLEAR, DEFAULT_ON_GET, DEFAULT_ON_PUT, DEFAULT_ON_PUT_ALL, DEFAULT_ON_REMOVE
 
Constructor Summary
PredicatedMap(Map map, UnaryPredicate keyPredicate, UnaryPredicate valuePredicate)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.functor.example.map.FunctoredMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, setOnClear, setOnGet, setOnPut, setOnPutAll, setOnRemove, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PredicatedMap

public PredicatedMap(Map map,
                     UnaryPredicate keyPredicate,
                     UnaryPredicate valuePredicate)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.