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 IntMaxIntMax. combine(IntMax other)static IntMaxIntMax. create()Creates an instance.static IntMaxIntMax. of(int... values)Returns an instance populated using the inputvalues.static IntMaxIntMax. ofRange(int[] values, int from, int to)Returns an instance populated using the specified range ofvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type IntMax Modifier and Type Method Description IntMaxIntMax. combine(IntMax other)
-