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 LocalUnitFormatLocalUnitFormat. DEFAULT_INSTANCEDefaultQuantityFactory locale instance.Methods in tech.units.indriya.format that return LocalUnitFormat Modifier and Type Method Description static LocalUnitFormatLocalUnitFormat. getInstance()Returns the instance for the current default locale (non-ascii characters are allowed)static LocalUnitFormatLocalUnitFormat. getInstance(java.util.Locale locale)Returns an instance for the given locale.static LocalUnitFormatLocalUnitFormat. getInstance(SymbolMap symbols)Returns an instance for the given symbol map.
-