Uses of Class
tech.units.indriya.format.SymbolMap
-
Packages that use SymbolMap Package Description tech.units.indriya.format -
-
Uses of SymbolMap in tech.units.indriya.format
Methods in tech.units.indriya.format that return SymbolMap Modifier and Type Method Description protected SymbolMapEBNFUnitFormat. getSymbols()Get the symbol map used by this instance to map betweenUnits andStrings, etc...protected SymbolMapLocalUnitFormat. getSymbols()Get the symbol map used by this instance to map betweenUnits andStrings, etc...static SymbolMapSymbolMap. of(ResourceBundle rb)Creates a symbol map from the specified resource bundle,Methods in tech.units.indriya.format with parameters of type SymbolMap Modifier and Type Method Description static EBNFUnitFormatEBNFUnitFormat. getInstance(SymbolMap symbols)Returns a new instance for the given symbol map.static LocalUnitFormatLocalUnitFormat. getInstance(SymbolMap symbols)Returns an instance for the given symbol map.
-