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