| Package | Description |
|---|---|
| tec.uom.se.format | |
| tec.uom.se.internal.format |
| Modifier and Type | Method and Description |
|---|---|
protected SymbolMap |
SimpleUnitFormat.DefaultFormat.getSymbols() |
protected SymbolMap |
LocalUnitFormat.getSymbols()
Get the symbol map used by this instance to map between
Units and Strings, etc... |
protected SymbolMap |
EBNFUnitFormat.getSymbols()
Get the symbol map used by this instance to map between
Units and Strings, etc... |
protected abstract SymbolMap |
AbstractUnitFormat.getSymbols()
Returns the
SymbolMap for this unit format. |
static SymbolMap |
SymbolMap.of(ResourceBundle rb)
Creates a symbol map from the specified resource bundle,
|
| Modifier and Type | Method and Description |
|---|---|
static LocalUnitFormat |
LocalUnitFormat.getInstance(SymbolMap symbols)
Returns an instance for the given symbol map.
|
static EBNFUnitFormat |
EBNFUnitFormat.getInstance(SymbolMap symbols)
Returns an instance for the given symbol map.
|
| Constructor and Description |
|---|
LocalUnitFormatParser(SymbolMap symbols,
Reader in)
Deprecated.
|
UnitFormatParser(SymbolMap symbols,
Reader in) |
Copyright © 2005–2017 Units of Measurement project. All rights reserved.