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) |
|