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
Methods in tech.units.indriya.format that return SimpleUnitFormat Modifier and Type Method Description static SimpleUnitFormatSimpleUnitFormat. getInstance()Returns the globally shared unit format instance (used byAbstractUnit.parse()andAbstractUnit.toString()).static SimpleUnitFormatSimpleUnitFormat. getInstance(SimpleUnitFormat.Flavor flavor)Returns theSimpleUnitFormatin the desiredSimpleUnitFormat.Flavorstatic SimpleUnitFormatSimpleUnitFormat. getNewInstance()Similar togetInstance(), but returns a new, non-shared unit format instance, instead of a shared singleton instance.static SimpleUnitFormatSimpleUnitFormat. getNewInstance(SimpleUnitFormat.Flavor flavor)Similar togetInstance(Flavor), but returns a newSimpleUnitFormatinstance in the desiredSimpleUnitFormat.Flavor, instead of a shared singleton instance.
-