Class CurrencyNameProviderICU


  • public class CurrencyNameProviderICU
    extends java.util.spi.CurrencyNameProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Locale[] getAvailableLocales()  
      java.lang.String getDisplayName​(java.lang.String currencyCode, java.util.Locale locale)  
      java.lang.String getSymbol​(java.lang.String currencyCode, java.util.Locale locale)  
      • Methods inherited from class java.util.spi.LocaleServiceProvider

        isSupportedLocale
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CurrencyNameProviderICU

        public CurrencyNameProviderICU()
    • Method Detail

      • getSymbol

        public java.lang.String getSymbol​(java.lang.String currencyCode,
                                          java.util.Locale locale)
        Specified by:
        getSymbol in class java.util.spi.CurrencyNameProvider
      • getDisplayName

        public java.lang.String getDisplayName​(java.lang.String currencyCode,
                                               java.util.Locale locale)
        Overrides:
        getDisplayName in class java.util.spi.CurrencyNameProvider
      • getAvailableLocales

        public java.util.Locale[] getAvailableLocales()
        Specified by:
        getAvailableLocales in class java.util.spi.LocaleServiceProvider