Uses of Class
com.ibm.icu.impl.ICUService
-
Packages that use ICUService Package Description com.ibm.icu.impl com.ibm.icu.text com.ibm.icu.util -
-
Uses of ICUService in com.ibm.icu.impl
Subclasses of ICUService in com.ibm.icu.impl Modifier and Type Class Description class
ICULocaleService
Methods in com.ibm.icu.impl with parameters of type ICUService 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.protected java.lang.Object
ICULocaleService.ICUResourceBundleFactory. handleCreate(ULocale loc, int kind, ICUService service)
Create the service.protected java.lang.Object
ICULocaleService.LocaleKeyFactory. handleCreate(ULocale loc, int kind, ICUService service)
Utility method used by create(Key, ICUService).void
ICUService.ServiceListener. serviceChanged(ICUService service)
-
Uses of ICUService in com.ibm.icu.text
Subclasses of ICUService in com.ibm.icu.text Modifier and Type Class Description private static class
BreakIteratorFactory.BFService
private static class
CollatorServiceShim.CService
private static class
NumberFormatServiceShim.NFService
Methods in com.ibm.icu.text with parameters of type ICUService Modifier and Type Method Description java.lang.Object
NumberFormatServiceShim.NFFactory. create(ICUService.Key key, ICUService srvc)
-
Uses of ICUService in com.ibm.icu.util
Subclasses of ICUService in com.ibm.icu.util Modifier and Type Class Description private static class
CurrencyServiceShim.CFService
-