Uses of Class
tech.units.indriya.format.NumberSpaceQuantityFormat
-
Packages that use NumberSpaceQuantityFormat Package Description tech.units.indriya.format -
-
Uses of NumberSpaceQuantityFormat in tech.units.indriya.format
Fields in tech.units.indriya.format declared as NumberSpaceQuantityFormat Modifier and Type Field Description private static NumberSpaceQuantityFormat
NumberSpaceQuantityFormat. DEFAULT
Holds the default format instance.private static NumberSpaceQuantityFormat
NumberSpaceQuantityFormat. LOCAL
Holds the localized format instance.Methods in tech.units.indriya.format that return NumberSpaceQuantityFormat Modifier and Type Method Description static NumberSpaceQuantityFormat
NumberSpaceQuantityFormat. getInstance()
Returns the default format.static NumberSpaceQuantityFormat
NumberSpaceQuantityFormat. getInstance(java.text.NumberFormat numberFormat, javax.measure.format.UnitFormat unitFormat)
Returns the quantity format using the specified number format and unit format (the number and unit are separated by one space).static NumberSpaceQuantityFormat
NumberSpaceQuantityFormat. getInstance(FormatBehavior style)
Returns the culture invariant format based uponBigDecimal
canonical format and thestandard
unit format.
-