Uses of Class
tech.units.indriya.format.SimpleUnitFormat
-
Packages that use SimpleUnitFormat Package Description tech.units.indriya.format -
-
Uses of SimpleUnitFormat in tech.units.indriya.format
Subclasses of SimpleUnitFormat in tech.units.indriya.format Modifier and Type Class Description protected static classSimpleUnitFormat.ASCIIFormatThis class represents the ASCII format.protected static classSimpleUnitFormat.DefaultFormatThis class represents the standard format.Methods in tech.units.indriya.format that return SimpleUnitFormat Modifier and Type Method Description static SimpleUnitFormatSimpleUnitFormat. getInstance()Returns the unit format for the default locale (format used byAbstractUnit.parse(CharSequence)andUnit.toString()).static SimpleUnitFormatSimpleUnitFormat. getInstance(SimpleUnitFormat.Flavor flavor)Returns theSimpleUnitFormatin the desiredSimpleUnitFormat.Flavor
-