mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-2203 registration for calendar, breakiterator
X-SVN-Rev: 9949
This commit is contained in:
parent
a90995824f
commit
b0ca09c1c5
1 changed files with 9 additions and 0 deletions
9
icu4j/src/com/ibm/icu/util/CalendarFactory.java
Normal file
9
icu4j/src/com/ibm/icu/util/CalendarFactory.java
Normal file
|
@ -0,0 +1,9 @@
|
|||
package com.ibm.icu.util;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
public interface CalendarFactory {
|
||||
public Calendar create(TimeZone tz, Locale loc);
|
||||
public String factoryName();
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue