Uses of Class
tech.units.indriya.quantity.QuantityRange
-
Packages that use QuantityRange Package Description tech.units.indriya.quantity -
-
Uses of QuantityRange in tech.units.indriya.quantity
Methods in tech.units.indriya.quantity that return QuantityRange Modifier and Type Method Description static QuantityRangeQuantityRange. of(Quantity minimum, Quantity maximum)Returns anQuantityRangewith the specified values.static QuantityRangeQuantityRange. of(Quantity minimum, Quantity maximum, Quantity resolution)Returns anQuantityRangewith the specified values.
-