Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 534 Bytes

library.md

File metadata and controls

6 lines (5 loc) · 534 Bytes

Library

The JSR 363 Reference Implementation uses the Common module of UoM Library 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.