Package | Description |
---|---|
org.apache.commons.lang3.text |
Provides classes for handling and manipulating text, partly as an extension to
java.text . |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,? extends FormatFactory> |
ExtendedMessageFormat.registry |
Constructor and Description |
---|
ExtendedMessageFormat(java.lang.String pattern,
java.util.Locale locale,
java.util.Map<java.lang.String,? extends FormatFactory> registry)
Create a new ExtendedMessageFormat.
|
ExtendedMessageFormat(java.lang.String pattern,
java.util.Map<java.lang.String,? extends FormatFactory> registry)
Create a new ExtendedMessageFormat for the default locale.
|