Package com.ibm.icu.impl.number
Interface LongNameMultiplexer.ParentlessMicroPropsGenerator
-
- All Known Implementing Classes:
LongNameHandler
,MixedUnitLongNameHandler
- Enclosing class:
- LongNameMultiplexer
public static interface LongNameMultiplexer.ParentlessMicroPropsGenerator
LongNameMultiplexer calls the parent MicroPropsGenerator itself, receiving the MicroProps instance in use for this formatting pipeline. Next it multiplexes between name handlers (fHandlers) which are not given access to a parent. Consequently LongNameMultiplexer must give these handlers the MicroProps instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MicroProps
processQuantityWithMicros(DecimalQuantity quantity, MicroProps micros)
-
-
-
Method Detail
-
processQuantityWithMicros
MicroProps processQuantityWithMicros(DecimalQuantity quantity, MicroProps micros)
-
-