Class MutablePatternModifier.ImmutablePatternModifier
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier.ImmutablePatternModifier
- All Implemented Interfaces:
MicroPropsGenerator
- Enclosing class:
MutablePatternModifier
public static class MutablePatternModifier.ImmutablePatternModifier
extends Object
implements MicroPropsGenerator
-
Method Summary
Modifier and TypeMethodDescriptionaddToChain(MicroPropsGenerator parent) voidapplyToMicros(MicroProps micros, DecimalQuantity quantity) processQuantity(DecimalQuantity quantity) Considers the givenDecimalQuantity, optionally mutates it, and returns aMicroProps.
-
Method Details
-
addToChain
-
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.
-
applyToMicros
-