Package com.ibm.icu.message2
Class NumberFormatterFactory
java.lang.Object
com.ibm.icu.message2.NumberFormatterFactory
- All Implemented Interfaces:
FormatterFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NumberFormatterFactory
NumberFormatterFactory()
-
-
Method Details
-
createFormatter
The method that is called to create a formatter.- Specified by:
createFormatter
in interfaceFormatterFactory
- Parameters:
locale
- the locale to use for formatting.fixedOptions
- the options to use for formatting. The keys and values are function dependent.- Returns:
- the formatter.
-