diff --git a/icu4j/APIChangeReport.html b/icu4j/APIChangeReport.html
index b8d25773530..eb615c17fc3 100644
--- a/icu4j/APIChangeReport.html
+++ b/icu4j/APIChangeReport.html
@@ -4,73 +4,253 @@
-
ICU4J API Comparison: ICU4J 65.1 with ICU4J 66.1
+ICU4J API Comparison: ICU4J 66.1 with ICU4J 67.1
-ICU4J API Comparison: ICU4J 65.1 with ICU4J 66.1
+ICU4J API Comparison: ICU4J 66.1 with ICU4J 67.1
-Removed from ICU4J 65.1
-(no API removed)
+Removed from ICU4J 66.1
+
+Package com.ibm.icu.number
+
+FormattedNumber
+
+- (draft) public boolean equals(java.lang.Object)
+- (draft) public int hashCode()
+- (draft) public boolean nextFieldPosition(java.text.FieldPosition)
+
+FormattedNumberRange
+
+- (draft) public boolean nextFieldPosition(java.text.FieldPosition)
+
+Precision
+
+- (draft) public java.lang.Object clone()
+
+ScientificNotation
+
+- (draft) public java.lang.Object clone()
+
+
+
-Deprecated or Obsoleted in ICU4J 66.1
+Deprecated or Obsoleted in ICU4J 67.1
(no API obsoleted)
-Changed in ICU4J 66.1 (old, new)
-(no API changed)
+Changed in ICU4J 67.1 (old, new)
+
+Package com.ibm.icu.number
+
+- (stable) public class ScientificNotation extends com.ibm.icu.number.Notation implements java.lang.Cloneable
+(stable) public class ScientificNotation extends com.ibm.icu.number.Notation
+
+
-Promoted to stable in ICU4J 66.1
-(no API promoted to stable)
+Promoted to stable in ICU4J 67.1
-
-Added in ICU4J 66.1
+Package com.ibm.icu.number
+
+FormattedNumber
+
+- (stable) public char charAt(int)
+- (stable) public int length()
+- (stable) public boolean nextPosition(ConstrainedFieldPosition)
+- (stable) public java.lang.CharSequence subSequence(int, int)
+
+FormattedNumberRange
+
+- (stable) public char charAt(int)
+- (stable) public boolean equals(java.lang.Object)
+- (stable) public int hashCode()
+- (stable) public int length()
+- (stable) public boolean nextPosition(ConstrainedFieldPosition)
+- (stable) public java.lang.CharSequence subSequence(int, int)
+
+
-Package com.ibm.icu.lang
+Package com.ibm.icu.text
-UCharacter.IndicPositionalCategory
+- (stable) public class ConstrainedFieldPosition
+- (stable) public static final class DateIntervalFormat.FormattedDateInterval
+- (stable) public static final class DateIntervalFormat.SpanField
+- (stable) public interface FormattedValue
+- (stable) public static class RelativeDateTimeFormatter.Field
+- (stable) public static class RelativeDateTimeFormatter.FormattedRelativeDateTime
+- (stable) public static abstract class UFormat.SpanField
+DateFormatSymbols
-- (stable) public static final int TOP_AND_BOTTOM_AND_LEFT
+- (stable) public java.lang.String[] getNarrowEras()
+- (stable) public void setNarrowEras(java.lang.String[])
-UCharacter.UnicodeBlock
+DateIntervalFormat
-- (stable) public static final UCharacter.UnicodeBlock CHORASMIAN
-- (stable) public static final int CHORASMIAN_ID
-- (stable) public static final UCharacter.UnicodeBlock CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G
-- (stable) public static final int CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G_ID
-- (stable) public static final UCharacter.UnicodeBlock DIVES_AKURU
-- (stable) public static final int DIVES_AKURU_ID
-- (stable) public static final UCharacter.UnicodeBlock KHITAN_SMALL_SCRIPT
-- (stable) public static final int KHITAN_SMALL_SCRIPT_ID
-- (stable) public static final UCharacter.UnicodeBlock LISU_SUPPLEMENT
-- (stable) public static final int LISU_SUPPLEMENT_ID
-- (stable) public static final UCharacter.UnicodeBlock SYMBOLS_FOR_LEGACY_COMPUTING
-- (stable) public static final int SYMBOLS_FOR_LEGACY_COMPUTING_ID
-- (stable) public static final UCharacter.UnicodeBlock TANGUT_SUPPLEMENT
-- (stable) public static final int TANGUT_SUPPLEMENT_ID
-- (stable) public static final UCharacter.UnicodeBlock YEZIDI
-- (stable) public static final int YEZIDI_ID
+- (stable) public DateIntervalFormat.FormattedDateInterval formatToValue(Calendar, Calendar)
+- (stable) public DateIntervalFormat.FormattedDateInterval formatToValue(DateInterval)
-UScript
+DecimalFormat
-- (stable) public static final int CHORASMIAN
-- (stable) public static final int DIVES_AKURU
-- (stable) public static final int KHITAN_SMALL_SCRIPT
-- (stable) public static final int YEZIDI
+- (stable) public synchronized int getMinimumGroupingDigits()
+- (stable) public synchronized boolean isParseCaseSensitive()
+- (stable) public synchronized boolean isParseNoExponent()
+- (stable) public synchronized boolean isSignAlwaysShown()
+- (stable) public synchronized void setMinimumGroupingDigits(int)
+- (stable) public synchronized void setParseCaseSensitive(boolean)
+- (stable) public synchronized void setParseNoExponent(boolean)
+- (stable) public synchronized void setSignAlwaysShown(boolean)
+
+NumberFormat.Field
+
+- (stable) public static final NumberFormat.Field COMPACT
+- (stable) public static final NumberFormat.Field MEASURE_UNIT
+
+PluralRules
+
+- (stable) public java.lang.String select(FormattedNumber)
+
+RelativeDateTimeFormatter
+
+- (stable) public RelativeDateTimeFormatter.FormattedRelativeDateTime formatNumericToValue(double, RelativeDateTimeFormatter.RelativeDateTimeUnit)
+- (stable) public RelativeDateTimeFormatter.FormattedRelativeDateTime formatToValue(RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.AbsoluteUnit)
+- (stable) public RelativeDateTimeFormatter.FormattedRelativeDateTime formatToValue(double, RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.RelativeUnit)
+- (stable) public RelativeDateTimeFormatter.FormattedRelativeDateTime formatToValue(double, RelativeDateTimeFormatter.RelativeDateTimeUnit)
+
+RelativeDateTimeFormatter.AbsoluteUnit
+
+- (stable) public static final RelativeDateTimeFormatter.AbsoluteUnit QUARTER
Package com.ibm.icu.util
-VersionInfo
+BytesTrie
-- (stable) public static final VersionInfo UNICODE_13_0
+- (stable) public BytesTrie(BytesTrie)
+- (stable) public long getState64()
+- (stable) public BytesTrie resetToState64(long)
+
+CharsTrie
+
+- (stable) public CharsTrie(CharsTrie)
+- (stable) public long getState64()
+- (stable) public CharsTrie resetToState64(long)
+
+MeasureUnit
+
+- (stable) public static final MeasureUnit BARREL
+- (stable) public static final MeasureUnit BRITISH_THERMAL_UNIT
+- (stable) public static final MeasureUnit DALTON
+- (stable) public static final MeasureUnit DAY_PERSON
+- (stable) public static final MeasureUnit DUNAM
+- (stable) public static final MeasureUnit EARTH_MASS
+- (stable) public static final MeasureUnit ELECTRONVOLT
+- (stable) public static final MeasureUnit FLUID_OUNCE_IMPERIAL
+- (stable) public static final MeasureUnit KILOPASCAL
+- (stable) public static final MeasureUnit MEGAPASCAL
+- (stable) public static final MeasureUnit MOLE
+- (stable) public static final MeasureUnit MONTH_PERSON
+- (stable) public static final MeasureUnit NEWTON
+- (stable) public static final MeasureUnit NEWTON_METER
+- (stable) public static final MeasureUnit PERMYRIAD
+- (stable) public static final MeasureUnit POUND_FOOT
+- (stable) public static final MeasureUnit POUND_FORCE
+- (stable) public static final MeasureUnit SOLAR_LUMINOSITY
+- (stable) public static final MeasureUnit SOLAR_MASS
+- (stable) public static final MeasureUnit SOLAR_RADIUS
+- (stable) public static final MeasureUnit WEEK_PERSON
+- (stable) public static final MeasureUnit YEAR_PERSON
+
+
+
+
+
+Added in ICU4J 67.1
+
+Package com.ibm.icu.number
+
+NumberFormatter.UnitWidth
+
+- (draft) public static final NumberFormatter.UnitWidth FORMAL
+- (draft) public static final NumberFormatter.UnitWidth VARIANT
+
+
+
+Package com.ibm.icu.text
+
+- (draft) public static final class ListFormatter.Field
+- (draft) public static final class ListFormatter.FormattedList
+- (stable) public static final class ListFormatter.SpanField
+- (draft) public static enum DateFormat.HourCycle
+- (draft) public static enum ListFormatter.Type
+- (draft) public static enum ListFormatter.Width
+CurrencyDisplayNames
+
+- (draft) public abstract java.lang.String getFormalSymbol(java.lang.String)
+- (draft) public abstract java.lang.String getVariantSymbol(java.lang.String)
+
+DateFormat.HourCycle
+
+- (draft) public static final DateFormat.HourCycle HOUR_CYCLE_11
+- (draft) public static final DateFormat.HourCycle HOUR_CYCLE_12
+- (draft) public static final DateFormat.HourCycle HOUR_CYCLE_23
+- (draft) public static final DateFormat.HourCycle HOUR_CYCLE_24
+
+DateTimePatternGenerator
+
+- (draft) public DateFormat.HourCycle getDefaultHourCycle()
+
+DecimalFormatSymbols
+
+- (deprecated) public java.lang.String getCurrencyPattern()
+
+ListFormatter
+
+- (draft) public ListFormatter.FormattedList formatToValue(java.lang.Object...)
+- (draft) public ListFormatter.FormattedList formatToValue(java.util.Collection<?>)
+- (draft) public static ListFormatter getInstance(ULocale, ListFormatter.Type, ListFormatter.Width)
+- (draft) public static ListFormatter getInstance(java.util.Locale, ListFormatter.Type, ListFormatter.Width)
+
+ListFormatter.Type
+
+- (draft) public static final ListFormatter.Type AND
+- (draft) public static final ListFormatter.Type OR
+- (draft) public static final ListFormatter.Type UNITS
+
+ListFormatter.Width
+
+- (draft) public static final ListFormatter.Width NARROW
+- (draft) public static final ListFormatter.Width SHORT
+- (draft) public static final ListFormatter.Width WIDE
+
+
+
+Package com.ibm.icu.util
+
+- (draft) public static enum LocaleMatcher.Direction
+Currency
+
+- (draft) public static final int FORMAL_SYMBOL_NAME
+- (draft) public static final int VARIANT_SYMBOL_NAME
+
+LocaleMatcher.Builder
+
+- (draft) public LocaleMatcher.Builder setDirection(LocaleMatcher.Direction)
+
+LocaleMatcher.Direction
+
+- (draft) public static final LocaleMatcher.Direction ONLY_TWO_WAY
+- (draft) public static final LocaleMatcher.Direction WITH_ONE_WAY
+
+ULocale
+
+- (draft) public static ULocale createCanonical(ULocale)
-Contents generated by ReportAPI tool on Mon Feb 24 21:44:48 EST 2020
© 2020 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
+Contents generated by ReportAPI tool on Tue Mar 31 20:22:28 EDT 2020
© 2020 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License