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