Uses of Class
tech.units.indriya.format.SymbolMap
Packages that use SymbolMap
-
Uses of SymbolMap in tech.units.indriya.format
Methods in tech.units.indriya.format that return SymbolMapModifier and TypeMethodDescriptionprotected abstract SymbolMapAbstractUnitFormat.getSymbols()Returns theSymbolMapfor this unit format.protected SymbolMapEBNFUnitFormat.getSymbols()Get the symbol map used by this instance to map betweens andinvalid reference
UnitStrings, etc...protected SymbolMapLocalUnitFormat.getSymbols()Get the symbol map used by this instance to map betweenUnits andStrings, etc...protected SymbolMapSimpleUnitFormat.DefaultFormat.getSymbols()static SymbolMapSymbolMap.of(ResourceBundle rb) Creates a symbol map from the specified resource bundle,Methods in tech.units.indriya.format with parameters of type SymbolMapModifier and TypeMethodDescriptionstatic EBNFUnitFormatEBNFUnitFormat.getInstance(SymbolMap symbols) Returns an instance for the given symbol map.static LocalUnitFormatLocalUnitFormat.getInstance(SymbolMap symbols) Returns an instance for the given symbol map. -
Uses of SymbolMap in tech.units.indriya.internal.format
Constructors in tech.units.indriya.internal.format with parameters of type SymbolMapModifierConstructorDescriptionLocalUnitFormatParser(SymbolMap symbols, Reader in) Deprecated.UnitFormatParser(SymbolMap symbols, Reader in)