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.
|
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).
|
Modifier and Type | Method | Description |
---|---|---|
Unit<Q> |
Unit.prefix(Prefix prefix) |
Returns a new unit equal to this unit prefixed by the specified
prefix . |
Modifier and Type | Method | Description |
---|---|---|
default <P extends Prefix> |
SystemOfUnitsService.getPrefixes(Class<P> prefixType) |
Copyright © 2014–2019 Jean-Marie Dautelle, Werner Keil, Otavio Santana. All rights reserved.