JSR 363 RI User Guide
  • Introduction
  • Overview
  • Supported Units
  • Abstract Base Classes
    • Abstract Quantity
    • AbstractUnit
  • Factory Accessors
    • Units
    • Quantities
  • Library
  • Formatting
  • Functional Elements
    • Conversion
  • RI Level SPI
    • Measurement Interface
    • Range Class
  • Non Functional Requirements
    • Preserving precision
  • Examples
    • Hurricane Wind Scale
    • Using Enums
Powered by GitBook
On this page

Library

PreviousQuantitiesNextFormatting

Last updated 7 years ago

The JSR 363 Reference Implementation uses the Common module of The following elements are defined in UoM Common Library to be platform-independent working under Java ME 8 as well as Java SE.

Parser

A function that parses an input value and produces an output. This general purpose parser is used by AbstractUnitFormat or QuantityFormat but can also offer its functional interface to other parsers, e.g. UCUM, oBIX, JSON, XML or similar parsing purposes.

UoM Library