Uses of Interface
com.ibm.icu.message2.Formatter
-
Packages that use Formatter Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of Formatter in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement Formatter Modifier and Type Class Description private static class
DateTimeFormatterFactory.DateTimeFormatter
private static class
IdentityFormatterFactory.IdentityFormatterImpl
(package private) static class
NumberFormatterFactory.NumberFormatterImpl
Methods in com.ibm.icu.message2 that return Formatter Modifier and Type Method Description Formatter
DateTimeFormatterFactory. createFormatter(java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
The method that is called to create a formatter.Formatter
FormatterFactory. createFormatter(java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
Deprecated.This API is for technology preview only.Formatter
IdentityFormatterFactory. createFormatter(java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
The method that is called to create a formatter.Formatter
NumberFormatterFactory. createFormatter(java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
The method that is called to create a formatter.
-