Uses of Class
com.ibm.icu.impl.ICUService.Key
-
Packages that use ICUService.Key Package Description com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of ICUService.Key in com.ibm.icu.impl
Subclasses of ICUService.Key in com.ibm.icu.impl Modifier and Type Class Description static class
ICULocaleService.LocaleKey
A subclass of Key that implements a locale fallback mechanism.Methods in com.ibm.icu.impl that return ICUService.Key Modifier and Type Method Description ICUService.Key
ICULocaleService. createKey(ULocale l, int kind)
ICUService.Key
ICULocaleService. createKey(java.lang.String id)
ICUService.Key
ICULocaleService. createKey(java.lang.String id, int kind)
ICUService.Key
ICUService. createKey(java.lang.String id)
Create a key from an id.Methods in com.ibm.icu.impl with parameters of type ICUService.Key Modifier and Type Method Description java.lang.Object
ICULocaleService.LocaleKeyFactory. create(ICUService.Key key, ICUService service)
Implement superclass abstract method.java.lang.Object
ICULocaleService.SimpleLocaleKeyFactory. create(ICUService.Key key, ICUService service)
Returns the service object if kind/locale match.java.lang.Object
ICUService.Factory. create(ICUService.Key key, ICUService service)
Create a service object from the key, if this factory supports the key.java.lang.Object
ICUService.SimpleFactory. create(ICUService.Key key, ICUService service)
Return the service instance if the factory's id is equal to the key's currentID.java.lang.Object
ICUService. getKey(ICUService.Key key)
Convenience override for get(Key, String[]).java.lang.Object
ICUService. getKey(ICUService.Key key, java.lang.String[] actualReturn)
Given a key, return a service object, and, if actualReturn is not null, the descriptor with which it was found in the first element of actualReturn.java.lang.Object
ICUService. getKey(ICUService.Key key, java.lang.String[] actualReturn, ICUService.Factory factory)
protected java.lang.Object
ICUService. handleDefault(ICUService.Key key, java.lang.String[] actualIDReturn)
Default handler for this service if no factory in the list handled the key.protected boolean
ICULocaleService.LocaleKeyFactory. handlesKey(ICUService.Key key)
-
Uses of ICUService.Key in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type ICUService.Key Modifier and Type Method Description java.lang.Object
NumberFormatServiceShim.NFFactory. create(ICUService.Key key, ICUService srvc)
protected java.lang.Object
CollatorServiceShim.CService. handleDefault(ICUService.Key key, java.lang.String[] actualIDReturn)
-