Uses of Class
org.apache.commons.lang3.DoubleRange
-
Packages that use DoubleRange Package Description org.apache.commons.lang3 Provides highly reusable utility methods, chiefly concerned with adding value to thejava.lang
classes. -
-
Uses of DoubleRange in org.apache.commons.lang3
Methods in org.apache.commons.lang3 that return DoubleRange Modifier and Type Method Description static DoubleRange
DoubleRange. of(double fromInclusive, double toInclusive)
Creates a range with the specified minimum and maximum values (both inclusive).static DoubleRange
DoubleRange. of(java.lang.Double fromInclusive, java.lang.Double toInclusive)
Creates a range with the specified minimum and maximum values (both inclusive).
-