Uses of Class
org.apache.commons.statistics.descriptive.IntMax
-
Packages that use IntMax Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of IntMax in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return IntMax Modifier and Type Method Description IntMax
IntMax. combine(IntMax other)
static IntMax
IntMax. create()
Creates an instance.static IntMax
IntMax. of(int... values)
Returns an instance populated using the inputvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type IntMax Modifier and Type Method Description IntMax
IntMax. combine(IntMax other)
-