Class DateFormatSymbolsProviderICU


  • public class DateFormatSymbolsProviderICU
    extends java.text.spi.DateFormatSymbolsProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Locale[] getAvailableLocales()  
      java.text.DateFormatSymbols getInstance​(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

      • DateFormatSymbolsProviderICU

        public DateFormatSymbolsProviderICU()
    • Method Detail

      • getInstance

        public java.text.DateFormatSymbols getInstance​(java.util.Locale locale)
        Specified by:
        getInstance in class java.text.spi.DateFormatSymbolsProvider
      • getAvailableLocales

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