Uses of Class
tech.units.indriya.format.SimpleUnitFormat
Packages that use SimpleUnitFormat
-
Uses of SimpleUnitFormat in tech.units.indriya.format
Subclasses of SimpleUnitFormat in tech.units.indriya.formatModifier and TypeClassDescriptionprotected static final class
This class represents the ASCII format.protected static class
This class represents the standard format.Methods in tech.units.indriya.format that return SimpleUnitFormatModifier and TypeMethodDescriptionstatic 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