Uses of Class
org.apache.commons.functor.core.IsEqual

Packages that use IsEqual
org.apache.commons.functor.core Commonly used functor implementations. 
 

Uses of IsEqual in org.apache.commons.functor.core
 

Fields in org.apache.commons.functor.core declared as IsEqual
static IsEqual<Object,Object> IsEqual.INSTANCE
          Basic IsEqual instance.
 

Methods in org.apache.commons.functor.core that return IsEqual
static
<L,R> IsEqual<L,R>
IsEqual.instance()
          Get an IsEqual instance.
 



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