Uses of Class
tech.units.indriya.unit.MetricPrefix
-
Packages that use MetricPrefix Package Description tech.units.indriya.unit This package provides supports for physics units, in conformity with the Units of Measurement API. -
-
Uses of MetricPrefix in tech.units.indriya.unit
Methods in tech.units.indriya.unit that return MetricPrefix Modifier and Type Method Description static MetricPrefix
MetricPrefix. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MetricPrefix[]
MetricPrefix. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-