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 class
SimpleUnitFormat.ASCIIFormat
This class represents the ASCII format.protected static class
SimpleUnitFormat.DefaultFormat
This class represents the standard format.Methods in tech.units.indriya.format that return SimpleUnitFormat Modifier and Type Method Description static SimpleUnitFormat
SimpleUnitFormat. getInstance()
Returns the unit format for the default locale (format used byAbstractUnit.parse(CharSequence)
andUnit.toString()
).static SimpleUnitFormat
SimpleUnitFormat. getInstance(SimpleUnitFormat.Flavor flavor)
Returns theSimpleUnitFormat
in the desiredSimpleUnitFormat.Flavor
-