@Deprecated
public interface FormatterFactory
MessageFormatter.
We use it to create and cache various formatters with various options.
| Modifier and Type | Method and Description |
|---|---|
Formatter |
createFormatter(java.util.Locale locale,
java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
Deprecated.
This API is for technology preview only.
|
@Deprecated Formatter createFormatter(java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
locale - the locale to use for formatting.fixedOptions - the options to use for formatting. The keys and values are function dependent.java.lang.IllegalArgumentExceptionCopyright ? 2016 Unicode, Inc. and others.