Uses of Class
org.apache.commons.functor.core.comparator.IsGreaterThan
-
Packages that use IsGreaterThan Package Description org.apache.commons.functor.core.comparator Comparator- andComparable-based functors, algorithms and utilities. -
-
Uses of IsGreaterThan in org.apache.commons.functor.core.comparator
Fields in org.apache.commons.functor.core.comparator declared as IsGreaterThan Modifier and Type Field Description static IsGreaterThan<java.lang.Comparable<?>>IsGreaterThan. INSTANCEBasic IsGreaterThan instance.Methods in org.apache.commons.functor.core.comparator that return IsGreaterThan Modifier and Type Method Description static <T extends java.lang.Comparable<?>>
IsGreaterThan<T>IsGreaterThan. instance()Get a typed IsGreaterThan instance.Methods in org.apache.commons.functor.core.comparator with parameters of type IsGreaterThan Modifier and Type Method Description booleanIsGreaterThan. equals(IsGreaterThan<?> that)Learn whether a given IsGreaterThan is equal to this.
-