Uses of Class
org.apache.commons.functor.core.comparator.IsNotEquivalent
-
Packages that use IsNotEquivalent Package Description org.apache.commons.functor.core.comparator Comparator- andComparable-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 Modifier and Type Field Description static IsNotEquivalent<java.lang.Comparable<?>>IsNotEquivalent. INSTANCEBasic IsNotEquivalent instance.Methods in org.apache.commons.functor.core.comparator that return IsNotEquivalent Modifier and Type Method Description static <T extends java.lang.Comparable<?>>
IsNotEquivalent<T>IsNotEquivalent. instance()Get an IsNotEquivalent instance.Methods in org.apache.commons.functor.core.comparator with parameters of type IsNotEquivalent Modifier and Type Method Description booleanIsNotEquivalent. equals(IsNotEquivalent<?> that)Learn whether another IsNotEquivalent is equal to this.
-