Class TimeZoneNameProviderICU


  • public class TimeZoneNameProviderICU
    extends java.util.spi.TimeZoneNameProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Locale[] getAvailableLocales()  
      java.lang.String getDisplayName​(java.lang.String ID, boolean daylight, int style, java.util.Locale locale)  
      • Methods inherited from class java.util.spi.TimeZoneNameProvider

        getGenericDisplayName
      • 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

      • TimeZoneNameProviderICU

        public TimeZoneNameProviderICU()
    • Method Detail

      • getDisplayName

        public java.lang.String getDisplayName​(java.lang.String ID,
                                               boolean daylight,
                                               int style,
                                               java.util.Locale locale)
        Specified by:
        getDisplayName in class java.util.spi.TimeZoneNameProvider
      • getAvailableLocales

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