Uses of Class
org.apache.commons.functor.core.comparator.Max
Packages that use Max
-
Uses of Max in org.apache.commons.functor.core.comparator
Fields in org.apache.commons.functor.core.comparator declared as MaxModifier and TypeFieldDescriptionstatic final Max<Comparable<?>> Max.INSTANCEBasic Max instance.Methods in org.apache.commons.functor.core.comparator that return MaxModifier and TypeMethodDescriptionstatic <T extends Comparable<?>>
Max<T> Max.instance()Get a Max instance.Methods in org.apache.commons.functor.core.comparator with parameters of type Max