Package javax.measure.spi


package javax.measure.spi
[OPTIONAL] The Units of Measurement SPI. Provides services for units, quantities, unit systems and formatters/parsers.
Since:
1.0
Version:
1.0, August 11, 2016
  • Class
    Description
    Represents a factory that accepts Number and Unit arguments to create Quantity results.
    Service Provider for Units of Measurement services.
    A system of units grouped together for historical or cultural reasons.
    Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary).
    This interface represents the service to obtain a system of units.
    This interface represent the service to obtain UnitFormat instances.