public interface AmountFormatSymbolsProviderSpi
AmountFormatSymbols instances. | Modifier and Type | Method and Description |
|---|---|
AmountFormatSymbols |
getAmountFormatSymbols(java.util.Locale locale)
Create a new
AmountFormatSymbols for the given Locale. |
java.util.Collection<java.util.Locale> |
getSupportedLocales()
Access the locales supported by this instance.
|
AmountFormatSymbols getAmountFormatSymbols(java.util.Locale locale)
AmountFormatSymbols for the given Locale.locale - The Locale to be used, not null.AmountFormatSymbols instance, or null, which delegates
the request to subsequent AmountFormatSymbolsProviderSpi instances
registered.java.util.Collection<java.util.Locale> getSupportedLocales()
Locale instances, never null.