Uses of Interface
javax.measure.Prefix
-
Packages that use 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 classBinaryPrefixProvides support for common binary prefixes to be used by units.classMetricPrefixProvides support for the 24 prefixes used in the metric system (decimal multiples and submultiples of units).Methods in javax.measure with parameters of type Prefix Modifier and Type Method Description Unit<Q>Unit. prefix(Prefix prefix)Returns a new unit equal to this unit prefixed by the specifiedprefix. -
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>
java.util.Set<P>SystemOfUnitsService. getPrefixes(java.lang.Class<P> prefixType)Returns aSetcontaining the values of a particularPrefixtype.
-