ICU-22723 BRS76 Add ICU4J API signature file

This commit is contained in:
yumaoka 2024-09-28 03:10:49 -04:00 committed by Yoshito Umaoka
parent dbb71b7c31
commit 8bdb3066b1
5 changed files with 9 additions and 2 deletions
icu4j
APIChangeReport.html
main/core/src/main/java/com/ibm/icu
tools/build

View file

@ -232,7 +232,6 @@ MeasureUnit
<ul>
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit LIGHT_SPEED</li>
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit NIGHT</li>
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit PORTION_PER_1E9</li>
</ul>
VersionInfo
<ul>
@ -241,6 +240,6 @@ VersionInfo
</ul>
<hr/>
<p><i><font size="-1">Contents generated by ReportAPI tool on Tue Sep 24 13:15:44 PDT 2024<br/>© 2024 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a></font></i></p>
<p><i><font size="-1">Contents generated by ReportAPI tool on Sat Sep 28 02:38:46 EDT 2024<br/>© 2024 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a></font></i></p>
</body>
</html>

View file

@ -308,6 +308,7 @@ public class MessageFormatter {
* @internal ICU 76 technology preview
* @deprecated This API is for technology preview only.
*/
@Deprecated
BEST_EFFORT,
/**
* Signal all {@code MessageFormat} errors by throwing a {@link RuntimeException}.
@ -315,6 +316,7 @@ public class MessageFormatter {
* @internal ICU 76 technology preview
* @deprecated This API is for technology preview only.
*/
@Deprecated
STRICT
}

View file

@ -4270,6 +4270,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
* @internal Visible For Testing
* @deprecated This API is ICU internal only.
*/
@Deprecated
public RegionValidateMap() {
this.map = Arrays.copyOf(gValidRegionMap, gValidRegionMap.length);
}
@ -4277,6 +4278,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
* @internal Visible For Testing
* @deprecated This API is ICU internal only.
*/
@Deprecated
public boolean isSet(String region) {
int index = value(region);
if (index < 0) {
@ -4288,6 +4290,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
* @internal Visible For Testing
* @deprecated This API is ICU internal only.
*/
@Deprecated
public boolean equals(RegionValidateMap that) {
return Arrays.equals(map, that.map);
}
@ -4295,6 +4298,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
* @internal Visible For Testing
* @deprecated This API is ICU internal only.
*/
@Deprecated
protected int value(String region) {
if (region.matches("[a-zA-Z][a-zA-Z]")) {
region = region.toLowerCase();
@ -4307,6 +4311,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
* @internal Visible For Testing
* @deprecated This API is ICU internal only.
*/
@Deprecated
protected int[] map;
static private int[] gValidRegionMap = {
0xeedf597c, 0xdeddbdef, 0x15943f3f, 0x0e00d580,
@ -4321,6 +4326,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
* @internal Visible For Testing
* @deprecated This API is ICU internal only.
*/
@Deprecated
public static RegionValidateMap BUILTIN = new RegionValidateMap();
}
}

Binary file not shown.

Binary file not shown.