Uses of Class
org.apache.commons.functor.core.comparator.IsNotEquivalent
Packages that use IsNotEquivalent
-
Uses of IsNotEquivalent in org.apache.commons.functor.core.comparator
Fields in org.apache.commons.functor.core.comparator declared as IsNotEquivalentModifier and TypeFieldDescriptionstatic final IsNotEquivalent<Comparable<?>> IsNotEquivalent.INSTANCEBasic IsNotEquivalent instance.Methods in org.apache.commons.functor.core.comparator that return IsNotEquivalentModifier and TypeMethodDescriptionstatic <T extends Comparable<?>>
IsNotEquivalent<T> IsNotEquivalent.instance()Get an IsNotEquivalent instance.Methods in org.apache.commons.functor.core.comparator with parameters of type IsNotEquivalentModifier and TypeMethodDescriptionbooleanIsNotEquivalent.equals(IsNotEquivalent<?> that) Learn whether another IsNotEquivalent is equal to this.