Class MultiplierFormatHandler
java.lang.Object
com.ibm.icu.impl.number.MultiplierFormatHandler
- All Implemented Interfaces:
MicroPropsGenerator
Wraps a
Scale for use in the number formatting pipeline.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Scale(package private) final MicroPropsGenerator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessQuantity(DecimalQuantity quantity) Considers the givenDecimalQuantity, optionally mutates it, and returns aMicroProps.
-
Field Details
-
multiplier
-
parent
-
-
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.
-