Uses of Class
tech.units.indriya.format.SymbolMap
Packages that use SymbolMap
-
Uses of SymbolMap in tech.units.indriya.format
Fields in tech.units.indriya.format declared as SymbolMapModifier and TypeFieldDescriptionprivate final SymbolMapEBNFUnitFormat.symbolMapThe symbol map used by this instance to map betweens andinvalid reference
UnitStrings, etc...private final SymbolMapLocalUnitFormat.symbolMapThe symbol map used by this instance to map betweenUnits andStrings, etc...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 TypeMethodDescription(package private) static intConverterFormatter.formatConverter(javax.measure.UnitConverter converter, boolean continued, int unitPrecedence, StringBuilder buffer, SymbolMap symbolMap) Formats the given converter to the given StringBuilder and returns the operator precedence of the converter's mathematical operation.private static voidEBNFHelper.formatExponent(javax.measure.Unit<?> unit, int pow, int root, boolean continued, Appendable buffer, SymbolMap symbolMap) Format the given unit raised to the given fractional power to the givenStringBuffer.(package private) static intEBNFHelper.formatInternal(javax.measure.Unit<?> unit, Appendable buffer, SymbolMap symbolMap) Format the given unit to the given StringBuffer, then return the operator precedence of the outermost operator in the unit expression that was formatted.static 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.private static intConverterFormatter.noopPrecedence(StringBuilder buffer, SymbolMap symbolMap, Prefix prefix) private static intEBNFHelper.productPrecedenceInternal(javax.measure.Unit<?> unit, Appendable buffer, SymbolMap symbolMap) Constructors in tech.units.indriya.format with parameters of type SymbolMapModifierConstructorDescriptionprivateEBNFUnitFormat(SymbolMap symbols) Private constructor.privateLocalUnitFormat(SymbolMap symbols) Base constructor. -
Uses of SymbolMap in tech.units.indriya.internal.format
Fields in tech.units.indriya.internal.format declared as SymbolMapModifier and TypeFieldDescriptionprivate SymbolMapLocalUnitFormatParser.symbolsDeprecated.private SymbolMapUnitFormatParser.symbolsConstructors in tech.units.indriya.internal.format with parameters of type SymbolMapModifierConstructorDescriptionLocalUnitFormatParser(SymbolMap symbols, Reader in) Deprecated.UnitFormatParser(SymbolMap symbols, Reader in)