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