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