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