Uses of Class
tech.units.indriya.format.LocalUnitFormat
-
Packages that use LocalUnitFormat Package Description tech.units.indriya.format -
-
Uses of LocalUnitFormat in tech.units.indriya.format
Fields in tech.units.indriya.format declared as LocalUnitFormat Modifier and Type Field Description private static LocalUnitFormat
LocalUnitFormat. DEFAULT_INSTANCE
DefaultQuantityFactory locale instance.Methods in tech.units.indriya.format that return LocalUnitFormat Modifier and Type Method Description static LocalUnitFormat
LocalUnitFormat. getInstance()
Returns the instance for the current default locale (non-ascii characters are allowed)static LocalUnitFormat
LocalUnitFormat. getInstance(java.util.Locale locale)
Returns an instance for the given locale.static LocalUnitFormat
LocalUnitFormat. getInstance(SymbolMap symbols)
Returns an instance for the given symbol map.
-