huangcm
2025-08-25 f350412dc55c15118d0a7925d1071877498e5e24
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- © 2018 and later: Unicode, Inc. and others. -->
<!-- License & terms of use: http://www.unicode.org/copyright.html#License -->
<title>ICU4J API Comparison: ICU4J 62.1 with ICU4J 63.1</title>
</head>
<body>
<h1>ICU4J API Comparison: ICU4J 62.1 with ICU4J 63.1</h1>
 
<hr/>
<h2>Removed from ICU4J 62.1</h2>
<p>(no API removed)</p>
 
<hr/>
<h2>Deprecated or Obsoleted in ICU4J 63.1</h2>
<p>(no API obsoleted)</p>
 
<hr/>
<h2>Changed in ICU4J 63.1 (old, new)</h2>
<p>(no API changed)</p>
 
<hr/>
<h2>Promoted to stable in ICU4J 63.1</h2>
 
<h3>Package com.ibm.icu.text</h3>
<ul>
<li><span style='color:green'>(stable)</span> public abstract class <i>FilteredBreakIteratorBuilder</i></li>
BreakIterator
<ul>
<li><span style='color:green'>(stable)</span> public void <i>setText</i>(java.lang.CharSequence)</li>
</ul>
CaseMap.Fold
<ul>
<li><span style='color:green'>(stable)</span> public java.lang.String <i>apply</i>(java.lang.CharSequence)</li>
</ul>
CaseMap.Lower
<ul>
<li><span style='color:green'>(stable)</span> public java.lang.String <i>apply</i>(java.util.Locale, java.lang.CharSequence)</li>
</ul>
CaseMap.Title
<ul>
<li><span style='color:green'>(stable)</span> public CaseMap.Title <i>adjustToCased</i>()</li>
<li><span style='color:green'>(stable)</span> public java.lang.String <i>apply</i>(java.util.Locale, BreakIterator, java.lang.CharSequence)</li>
<li><span style='color:green'>(stable)</span> public CaseMap.Title <i>sentences</i>()</li>
<li><span style='color:green'>(stable)</span> public CaseMap.Title <i>wholeString</i>()</li>
</ul>
CaseMap.Upper
<ul>
<li><span style='color:green'>(stable)</span> public java.lang.String <i>apply</i>(java.util.Locale, java.lang.CharSequence)</li>
</ul>
DecimalFormatSymbols
<ul>
<li><span style='color:green'>(stable)</span> public static DecimalFormatSymbols <i>forNumberingSystem</i>(ULocale, NumberingSystem)</li>
<li><span style='color:green'>(stable)</span> public static DecimalFormatSymbols <i>forNumberingSystem</i>(java.util.Locale, NumberingSystem)</li>
</ul>
Edits
<ul>
<li><span style='color:green'>(stable)</span> public Edits <i>mergeAndAppend</i>(Edits, Edits)</li>
<li><span style='color:green'>(stable)</span> public int <i>numberOfChanges</i>()</li>
</ul>
Edits.Iterator
<ul>
<li><span style='color:green'>(stable)</span> public int <i>destinationIndexFromSourceIndex</i>(int)</li>
<li><span style='color:green'>(stable)</span> public boolean <i>findDestinationIndex</i>(int)</li>
<li><span style='color:green'>(stable)</span> public int <i>sourceIndexFromDestinationIndex</i>(int)</li>
</ul>
NumberingSystem
<ul>
<li><span style='color:green'>(stable)</span> public static final NumberingSystem LATIN</li>
</ul>
</ul>
 
<h3>Package com.ibm.icu.util</h3>
<ul>
Currency
<ul>
<li><span style='color:green'>(stable)</span> public static Currency <i>fromJavaCurrency</i>(java.util.Currency)</li>
<li><span style='color:green'>(stable)</span> public java.util.Currency <i>toJavaCurrency</i>()</li>
</ul>
CurrencyAmount
<ul>
<li><span style='color:green'>(stable)</span> public <i>CurrencyAmount</i>(double, java.util.Currency)</li>
<li><span style='color:green'>(stable)</span> public <i>CurrencyAmount</i>(java.lang.Number, java.util.Currency)</li>
</ul>
</ul>
 
 
<hr/>
<h2>Added in ICU4J 63.1</h2>
 
<h3>Package com.ibm.icu.lang</h3>
<ul>
<li><span style='color:orange'>(draft)</span> public final class <i>CharacterProperties</i></li>
<li><span style='color:green'>(stable)</span> public static interface <i>UCharacter.IndicPositionalCategory</i></li>
<li><span style='color:green'>(stable)</span> public static interface <i>UCharacter.IndicSyllabicCategory</i></li>
<li><span style='color:green'>(stable)</span> public static interface <i>UCharacter.VerticalOrientation</i></li>
UProperty
<ul>
<li><span style='color:green'>(stable)</span> public static final int INDIC_POSITIONAL_CATEGORY</li>
<li><span style='color:green'>(stable)</span> public static final int INDIC_SYLLABIC_CATEGORY</li>
<li><span style='color:green'>(stable)</span> public static final int VERTICAL_ORIENTATION</li>
</ul>
</ul>
 
<h3>Package com.ibm.icu.number</h3>
<ul>
<li><span style='color:orange'>(draft)</span> public class <i>FormattedNumberRange</i></li>
<li><span style='color:orange'>(draft)</span> public class <i>LocalizedNumberRangeFormatter</i></li>
<li><span style='color:orange'>(draft)</span> public abstract class <i>NumberRangeFormatter</i></li>
<li><span style='color:orange'>(draft)</span> public abstract class <i>NumberRangeFormatterSettings</i></li>
<li><span style='color:orange'>(draft)</span> public class <i>UnlocalizedNumberRangeFormatter</i></li>
<li><span style='color:orange'>(draft)</span> public static enum <i>NumberRangeFormatter.RangeCollapse</i></li>
<li><span style='color:orange'>(draft)</span> public static enum <i>NumberRangeFormatter.RangeIdentityFallback</i></li>
<li><span style='color:orange'>(draft)</span> public static enum <i>NumberRangeFormatter.RangeIdentityResult</i></li>
NumberRangeFormatter.RangeCollapse
<ul>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeCollapse ALL</li>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeCollapse AUTO</li>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeCollapse NONE</li>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeCollapse UNIT</li>
</ul>
NumberRangeFormatter.RangeIdentityFallback
<ul>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeIdentityFallback APPROXIMATELY</li>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeIdentityFallback APPROXIMATELY_OR_SINGLE_VALUE</li>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeIdentityFallback RANGE</li>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeIdentityFallback SINGLE_VALUE</li>
</ul>
NumberRangeFormatter.RangeIdentityResult
<ul>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeIdentityResult EQUAL_AFTER_ROUNDING</li>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeIdentityResult EQUAL_BEFORE_ROUNDING</li>
<li><span style='color:orange'>(draft)</span> public static final NumberRangeFormatter.RangeIdentityResult NOT_EQUAL</li>
</ul>
Precision
<ul>
<li><span style='color:orange'>(draft)</span> public java.lang.Object <i>clone</i>()</li>
</ul>
ScientificNotation
<ul>
<li><span style='color:orange'>(draft)</span> public java.lang.Object <i>clone</i>()</li>
</ul>
</ul>
 
<h3>Package com.ibm.icu.text</h3>
<ul>
CollationElementIterator
<ul>
<li><span style='color:green'>(stable)</span> public int <i>hashCode</i>()</li>
</ul>
CurrencyPluralInfo
<ul>
<li><span style='color:green'>(stable)</span> public int <i>hashCode</i>()</li>
</ul>
DateIntervalInfo.PatternInfo
<ul>
<li><span style='color:green'>(stable)</span> public java.lang.String <i>toString</i>()</li>
</ul>
Edits.Iterator
<ul>
<li><span style='color:green'>(stable)</span> public java.lang.String <i>toString</i>()</li>
</ul>
PluralRules
<ul>
<li><span style='color:green'>(stable)</span> public int <i>hashCode</i>()</li>
</ul>
RuleBasedNumberFormat
<ul>
<li><span style='color:green'>(stable)</span> public int <i>hashCode</i>()</li>
</ul>
StringPrepParseException
<ul>
<li><span style='color:green'>(stable)</span> public int <i>hashCode</i>()</li>
</ul>
TimeUnitFormat
<ul>
<li><span style='color:gray'>(deprecated)</span> public java.lang.Object <i>clone</i>()</li>
</ul>
Transliterator.Position
<ul>
<li><span style='color:green'>(stable)</span> public int <i>hashCode</i>()</li>
</ul>
</ul>
 
<h3>Package com.ibm.icu.util</h3>
<ul>
<li><span style='color:orange'>(draft)</span> public abstract class <i>CodePointMap</i></li>
<li><span style='color:orange'>(draft)</span> public static final class <i>CodePointMap.Range</i></li>
<li><span style='color:orange'>(draft)</span> public class <i>CodePointMap.StringIterator</i></li>
<li><span style='color:orange'>(draft)</span> public static interface <i>CodePointMap.ValueFilter</i></li>
<li><span style='color:orange'>(draft)</span> public abstract class <i>CodePointTrie</i></li>
<li><span style='color:orange'>(draft)</span> public static abstract class <i>CodePointTrie.Fast</i></li>
<li><span style='color:orange'>(draft)</span> public static final class <i>CodePointTrie.Fast16</i></li>
<li><span style='color:orange'>(draft)</span> public static final class <i>CodePointTrie.Fast32</i></li>
<li><span style='color:orange'>(draft)</span> public static final class <i>CodePointTrie.Fast8</i></li>
<li><span style='color:orange'>(draft)</span> public static abstract class <i>CodePointTrie.Small</i></li>
<li><span style='color:orange'>(draft)</span> public static final class <i>CodePointTrie.Small16</i></li>
<li><span style='color:orange'>(draft)</span> public static final class <i>CodePointTrie.Small32</i></li>
<li><span style='color:orange'>(draft)</span> public static final class <i>CodePointTrie.Small8</i></li>
<li><span style='color:orange'>(draft)</span> public final class <i>MutableCodePointTrie</i></li>
<li><span style='color:orange'>(draft)</span> public static enum <i>CodePointMap.RangeOption</i></li>
<li><span style='color:orange'>(draft)</span> public static enum <i>CodePointTrie.Type</i></li>
<li><span style='color:orange'>(draft)</span> public static enum <i>CodePointTrie.ValueWidth</i></li>
CodePointMap.RangeOption
<ul>
<li><span style='color:orange'>(draft)</span> public static final CodePointMap.RangeOption FIXED_ALL_SURROGATES</li>
<li><span style='color:orange'>(draft)</span> public static final CodePointMap.RangeOption FIXED_LEAD_SURROGATES</li>
<li><span style='color:orange'>(draft)</span> public static final CodePointMap.RangeOption NORMAL</li>
</ul>
CodePointTrie.Type
<ul>
<li><span style='color:orange'>(draft)</span> public static final CodePointTrie.Type FAST</li>
<li><span style='color:orange'>(draft)</span> public static final CodePointTrie.Type SMALL</li>
</ul>
CodePointTrie.ValueWidth
<ul>
<li><span style='color:orange'>(draft)</span> public static final CodePointTrie.ValueWidth BITS_16</li>
<li><span style='color:orange'>(draft)</span> public static final CodePointTrie.ValueWidth BITS_32</li>
<li><span style='color:orange'>(draft)</span> public static final CodePointTrie.ValueWidth BITS_8</li>
</ul>
MeasureUnit
<ul>
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit ATMOSPHERE</li>
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit PERCENT</li>
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit PERMILLE</li>
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit PETABYTE</li>
</ul>
</ul>
 
<hr/>
<p><i><font size="-1">Contents generated by ReportAPI tool on Wed Sep 26 19:32:24 PDT 2018<br/>© 2018 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html#License">http://www.unicode.org/copyright.html#License</a></font></i></p>
</body>
</html>