Uses of Class
org.apache.commons.functor.core.comparator.IsNotEquivalent

Packages that use IsNotEquivalent
org.apache.commons.functor.core.comparator Comparator- and Comparable-based functors, algorithms and utilities. 
 

Uses of IsNotEquivalent in org.apache.commons.functor.core.comparator
 

Fields in org.apache.commons.functor.core.comparator declared as IsNotEquivalent
static IsNotEquivalent<Comparable<?>> IsNotEquivalent.INSTANCE
          Basic IsNotEquivalent instance.
 

Methods in org.apache.commons.functor.core.comparator that return IsNotEquivalent
static
<T extends Comparable<?>>
IsNotEquivalent<T>
IsNotEquivalent.instance()
          Get an IsNotEquivalent instance.
 

Methods in org.apache.commons.functor.core.comparator with parameters of type IsNotEquivalent
 boolean IsNotEquivalent.equals(IsNotEquivalent<?> that)
          Learn whether another IsNotEquivalent is equal to this.
 



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