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