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
Modifier and TypeMethodDescriptionprocessQuantityWithMicros
(DecimalQuantity quantity, MicroProps micros)
-
Method Details
-
processQuantityWithMicros
-