org.apache.commons.functor.example.map
Class FunctoredMap.ContainsKey

java.lang.Object
  extended by org.apache.commons.functor.example.map.FunctoredMap.ContainsKey
All Implemented Interfaces:
Functor, UnaryFunctor, UnaryPredicate
Enclosing class:
FunctoredMap

protected static class FunctoredMap.ContainsKey
extends Object
implements UnaryPredicate


Method Summary
 boolean test(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.functor.Functor
equals, hashCode, toString
 

Method Detail

test

public boolean test(Object obj)
Specified by:
test in interface UnaryPredicate


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