Uses of Class
org.apache.commons.statistics.descriptive.LongMax
-
Packages that use LongMax Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of LongMax in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return LongMax Modifier and Type Method Description LongMaxLongMax. combine(LongMax other)static LongMaxLongMax. create()Creates an instance.static LongMaxLongMax. of(long... values)Returns an instance populated using the inputvalues.static LongMaxLongMax. ofRange(long[] 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 LongMax Modifier and Type Method Description LongMaxLongMax. combine(LongMax other)
-