public class ICUCurrencyMetaInfo extends CurrencyMetaInfo
CurrencyMetaInfo.CurrencyDigits, CurrencyMetaInfo.CurrencyFilter, CurrencyMetaInfo.CurrencyInfo| Constructor and Description |
|---|
ICUCurrencyMetaInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
currencies(CurrencyMetaInfo.CurrencyFilter filter)
Returns the list of currency codes matching the provided filter.
|
CurrencyMetaInfo.CurrencyDigits |
currencyDigits(String isoCode)
Returns the CurrencyDigits for the currency code.
|
CurrencyMetaInfo.CurrencyDigits |
currencyDigits(String isoCode,
Currency.CurrencyUsage currencyPurpose)
Returns the CurrencyDigits for the currency code with Context Usage.
|
List<CurrencyMetaInfo.CurrencyInfo> |
currencyInfo(CurrencyMetaInfo.CurrencyFilter filter)
Returns the list of CurrencyInfos matching the provided filter.
|
List<String> |
regions(CurrencyMetaInfo.CurrencyFilter filter)
Returns the list of region codes matching the provided filter.
|
getInstance, getInstancepublic List<CurrencyMetaInfo.CurrencyInfo> currencyInfo(CurrencyMetaInfo.CurrencyFilter filter)
CurrencyMetaInfocurrencyInfo in class CurrencyMetaInfofilter - the filter to control which currency info to returnpublic List<String> currencies(CurrencyMetaInfo.CurrencyFilter filter)
CurrencyMetaInfoCurrencyMetaInfo.currencyInfo(CurrencyFilter).
The returned list is unmodifiable.currencies in class CurrencyMetaInfofilter - the filter to control which currencies to return. If filter is null,
returns all currencies for which information is available.public List<String> regions(CurrencyMetaInfo.CurrencyFilter filter)
CurrencyMetaInfoCurrencyMetaInfo.currencyInfo(CurrencyFilter).
The returned list is unmodifiable.regions in class CurrencyMetaInfofilter - the filter to control which regions to return. If filter is null,
returns all regions for which information is available.public CurrencyMetaInfo.CurrencyDigits currencyDigits(String isoCode)
CurrencyMetaInfocurrencyDigits in class CurrencyMetaInfoisoCode - the currency codepublic CurrencyMetaInfo.CurrencyDigits currencyDigits(String isoCode, Currency.CurrencyUsage currencyPurpose)
CurrencyMetaInfocurrencyDigits in class CurrencyMetaInfoisoCode - the currency codecurrencyPurpose - the currency usage