Uses of Class
tech.units.indriya.format.SimpleUnitFormat.Flavor
-
Packages that use SimpleUnitFormat.Flavor Package Description tech.units.indriya.format -
-
Uses of SimpleUnitFormat.Flavor in tech.units.indriya.format
Methods in tech.units.indriya.format that return SimpleUnitFormat.Flavor Modifier and Type Method Description static SimpleUnitFormat.FlavorSimpleUnitFormat.Flavor. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleUnitFormat.Flavor[]SimpleUnitFormat.Flavor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.units.indriya.format with parameters of type SimpleUnitFormat.Flavor Modifier and Type Method Description static SimpleUnitFormatSimpleUnitFormat. getInstance(SimpleUnitFormat.Flavor flavor)Returns theSimpleUnitFormatin the desiredSimpleUnitFormat.Flavorstatic SimpleUnitFormatSimpleUnitFormat. getNewInstance(SimpleUnitFormat.Flavor flavor)Similar toSimpleUnitFormat.getInstance(Flavor), but returns a newSimpleUnitFormatinstance in the desiredSimpleUnitFormat.Flavor, instead of a shared singleton instance.
-