Uses of Interface
javax.measure.Prefix
Package | Description |
---|---|
javax.measure |
Specifies Java packages for the programmatic, type safe handling
of quantities and their expression as values of units.
|
javax.measure.spi |
[OPTIONAL] The Units of Measurement SPI.
|
-
Uses of Prefix in javax.measure
Classes in javax.measure that implement Prefix Modifier and Type Class Description class
BinaryPrefix
Provides support for common binary prefixes to be used by units.class
MetricPrefix
Provides support for the 20 prefixes used in the metric system (decimal multiples and submultiples of units). -
Uses of Prefix in javax.measure.spi
Methods in javax.measure.spi with type parameters of type Prefix Modifier and Type Method Description default <P extends Prefix>
Set<P>SystemOfUnitsService. getPrefixes(Class<P> prefixType)