Class CollatorProviderICU


  • public class CollatorProviderICU
    extends java.text.spi.CollatorProvider
    • Method Summary

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

      • CollatorProviderICU

        public CollatorProviderICU()
    • Method Detail

      • getInstance

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

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