Package com.ibm.icu.impl.number
Interface ModifierStore
- All Known Implementing Classes:
AdoptingModifierStore
,LongNameHandler
,MixedUnitLongNameHandler
public interface ModifierStore
This is *not* a modifier; rather, it is an object that can return modifiers
based on given parameters.
-
Method Summary
Modifier and TypeMethodDescriptiongetModifier
(Modifier.Signum signum, StandardPlural plural) Returns a Modifier with the given parameters (best-effort).
-
Method Details
-
getModifier
Returns a Modifier with the given parameters (best-effort).
-