Class MultiplierFormatHandler
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.number.MultiplierFormatHandler
- All Implemented Interfaces:
MicroPropsGenerator
Wraps a
Scale for use in the number formatting pipeline.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessQuantity(DecimalQuantity quantity) Considers the givenDecimalQuantity, optionally mutates it, and returns aMicroProps.
-
Constructor Details
-
MultiplierFormatHandler
-
-
Method Details
-
processQuantity
Description copied from interface:MicroPropsGeneratorConsiders the givenDecimalQuantity, optionally mutates it, and returns aMicroProps.- Specified by:
processQuantityin interfaceMicroPropsGenerator- Parameters:
quantity- The quantity for consideration and optional mutation.- Returns:
- A MicroProps instance resolved for the quantity.
-