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

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

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

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

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



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