static MinMaxValue<Byte> |
Maths.minMaxByte(Byte... values) |
static MinMaxValue<Byte> |
Maths.minMaxByte(Collection<Byte> values) |
static MinMaxValue<Double> |
Maths.minMaxDouble(Collection<Double> values) |
static MinMaxValue<Double> |
Maths.minMaxDouble(Double... values) |
static MinMaxValue<Float> |
Maths.minMaxFloat(Collection<Float> values) |
static MinMaxValue<Float> |
Maths.minMaxFloat(Float... values) |
static MinMaxValue<Integer> |
Maths.minMaxInteger(Collection<Integer> values) |
static MinMaxValue<Integer> |
Maths.minMaxInteger(Integer... values) |
static MinMaxValue<Long> |
Maths.minMaxLong(Collection<Long> values) |
static MinMaxValue<Long> |
Maths.minMaxLong(Long... values) |
static MinMaxValue<Short> |
Maths.minMaxShort(Collection<Short> values) |
static MinMaxValue<Short> |
Maths.minMaxShort(Short... values) |