Uses of Class
tech.units.indriya.format.FormatBehavior
-
Packages that use FormatBehavior Package Description tech.units.indriya.format -
-
Uses of FormatBehavior in tech.units.indriya.format
Methods in tech.units.indriya.format that return FormatBehavior Modifier and Type Method Description static FormatBehavior
FormatBehavior. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FormatBehavior[]
FormatBehavior. 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 FormatBehavior Modifier and Type Method Description static NumberSpaceQuantityFormat
NumberSpaceQuantityFormat. getInstance(FormatBehavior style)
Returns the culture invariant format based uponBigDecimal
canonical format and thestandard
unit format.
-