111112113114115116117118
protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) { return new RuleBasedCollator(uloc); } } this.registerFactory(new CollatorFactory()); markDefault(); }
121122123124125126127128
113114115116117118119120
protected Object handleCreate(ULocale uloc, int kind, ICUService service) { return new RuleBasedCollator(uloc); } } this.registerFactory(new CollatorFactory()); markDefault(); }