Uses of Class
tech.units.indriya.format.NumberSpaceQuantityFormat
Packages that use NumberSpaceQuantityFormat
-
Uses of NumberSpaceQuantityFormat in tech.units.indriya.format
Fields in tech.units.indriya.format declared as NumberSpaceQuantityFormatModifier and TypeFieldDescriptionprivate static final NumberSpaceQuantityFormat
NumberSpaceQuantityFormat.DEFAULT
Holds the default format instance.private static final NumberSpaceQuantityFormat
NumberSpaceQuantityFormat.LOCAL
Holds the localized format instance.Methods in tech.units.indriya.format that return NumberSpaceQuantityFormatModifier and TypeMethodDescriptionstatic NumberSpaceQuantityFormat
NumberSpaceQuantityFormat.getInstance()
Returns the default format.static NumberSpaceQuantityFormat
NumberSpaceQuantityFormat.getInstance
(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.