ICU4J API Comparison: ICU4J 69.1 with ICU4J 70.1
Removed from ICU4J 69.1
Package com.ibm.icu.lang
UCharacter
- (stable) public static boolean isHighSurrogate(char)
- (stable) public static boolean isLowSurrogate(char)
- (stable) public static final boolean isSurrogatePair(char, char)
- (stable) public static final int toCodePoint(char, char)
Package com.ibm.icu.text
UTF16
- (stable) public static boolean isLeadSurrogate(char)
- (stable) public static boolean isSurrogate(char)
- (stable) public static boolean isTrailSurrogate(char)
Deprecated or Obsoleted in ICU4J 70.1
(no API obsoleted)
Changed in ICU4J 70.1 (old, new)
Package com.ibm.icu.lang
UCharacter
- (stable) public static int getCodePoint(char, char)
(stable) public static int getCodePoint(int, int)
Promoted to stable in ICU4J 70.1
Package com.ibm.icu.number
FormattedNumber
- (stable) public MeasureUnit getOutputUnit()
NumberFormatterSettings
- (stable) public T extends NumberFormatterSettings<?> usage(java.lang.String)
Package com.ibm.icu.text
DateIntervalFormat
- (stable) public DisplayContext getContext(DisplayContext.Type)
- (stable) public void setContext(DisplayContext)
DecimalFormat
- (stable) public static final int MINIMUM_GROUPING_DIGITS_AUTO
- (stable) public static final int MINIMUM_GROUPING_DIGITS_MIN2
PluralRules
- (stable) public java.lang.String select(FormattedNumberRange)
Package com.ibm.icu.util
- (stable) public class ICUInputTooLongException
- (stable) public final class NoUnit
- (stable) public static enum MeasureUnit.Complexity
LocaleMatcher
- (stable) public boolean isMatch(ULocale, ULocale)
- (stable) public boolean isMatch(java.util.Locale, java.util.Locale)
LocaleMatcher.Builder
- (stable) public LocaleMatcher.Builder setMaxDistance(ULocale, ULocale)
- (stable) public LocaleMatcher.Builder setMaxDistance(java.util.Locale, java.util.Locale)
- (stable) public LocaleMatcher.Builder setNoDefaultLocale()
MeasureUnit
- (stable) public static final MeasureUnit CANDELA
- (stable) public static final MeasureUnit DESSERT_SPOON
- (stable) public static final MeasureUnit DESSERT_SPOON_IMPERIAL
- (stable) public static final MeasureUnit DOT
- (stable) public static final MeasureUnit DRAM
- (stable) public static final MeasureUnit DROP
- (stable) public static final MeasureUnit EARTH_RADIUS
- (stable) public static final MeasureUnit GRAIN
- (stable) public static final MeasureUnit JIGGER
- (stable) public static final MeasureUnit LUMEN
- (stable) public static final MeasureUnit PINCH
- (stable) public static final MeasureUnit QUART_IMPERIAL
- (stable) public static MeasureUnit forIdentifier(java.lang.String)
- (stable) public MeasureUnit.Complexity getComplexity()
- (stable) public int getDimensionality()
- (stable) public java.lang.String getIdentifier()
- (stable) public MeasureUnit product(MeasureUnit)
- (stable) public MeasureUnit reciprocal()
- (stable) public java.util.List<MeasureUnit> splitToSingleUnits()
- (stable) public MeasureUnit withDimensionality(int)
MeasureUnit.Complexity
- (stable) public static final MeasureUnit.Complexity COMPOUND
- (stable) public static final MeasureUnit.Complexity MIXED
- (stable) public static final MeasureUnit.Complexity SINGLE
Added in ICU4J 70.1
Package com.ibm.icu.lang
UCharacter
- (draft) public static boolean hasBinaryProperty(java.lang.CharSequence, int)
- (stable) public static boolean isHighSurrogate(int)
- (stable) public static boolean isLowSurrogate(int)
- (stable) public static final boolean isSurrogatePair(int, int)
- (stable) public static final int toCodePoint(int, int)
UCharacter.JoiningGroup
- (stable) public static final int THIN_YEH
- (stable) public static final int VERTICAL_TAIL
UCharacter.UnicodeBlock
- (stable) public static final UCharacter.UnicodeBlock ARABIC_EXTENDED_B
- (stable) public static final int ARABIC_EXTENDED_B_ID
- (stable) public static final UCharacter.UnicodeBlock CYPRO_MINOAN
- (stable) public static final int CYPRO_MINOAN_ID
- (stable) public static final UCharacter.UnicodeBlock ETHIOPIC_EXTENDED_B
- (stable) public static final int ETHIOPIC_EXTENDED_B_ID
- (stable) public static final UCharacter.UnicodeBlock KANA_EXTENDED_B
- (stable) public static final int KANA_EXTENDED_B_ID
- (stable) public static final UCharacter.UnicodeBlock LATIN_EXTENDED_F
- (stable) public static final int LATIN_EXTENDED_F_ID
- (stable) public static final UCharacter.UnicodeBlock LATIN_EXTENDED_G
- (stable) public static final int LATIN_EXTENDED_G_ID
- (stable) public static final UCharacter.UnicodeBlock OLD_UYGHUR
- (stable) public static final int OLD_UYGHUR_ID
- (stable) public static final UCharacter.UnicodeBlock TANGSA
- (stable) public static final int TANGSA_ID
- (stable) public static final UCharacter.UnicodeBlock TOTO
- (stable) public static final int TOTO_ID
- (stable) public static final UCharacter.UnicodeBlock UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_A
- (stable) public static final int UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_A_ID
- (stable) public static final UCharacter.UnicodeBlock VITHKUQI
- (stable) public static final int VITHKUQI_ID
- (stable) public static final UCharacter.UnicodeBlock ZNAMENNY_MUSICAL_NOTATION
- (stable) public static final int ZNAMENNY_MUSICAL_NOTATION_ID
UProperty
- (draft) public static final int BASIC_EMOJI
- (draft) public static final int EMOJI_KEYCAP_SEQUENCE
- (draft) public static final int RGI_EMOJI
- (draft) public static final int RGI_EMOJI_FLAG_SEQUENCE
- (draft) public static final int RGI_EMOJI_MODIFIER_SEQUENCE
- (draft) public static final int RGI_EMOJI_TAG_SEQUENCE
- (draft) public static final int RGI_EMOJI_ZWJ_SEQUENCE
UScript
- (stable) public static final int CYPRO_MINOAN
- (stable) public static final int OLD_UYGHUR
- (stable) public static final int TANGSA
- (stable) public static final int TOTO
- (stable) public static final int VITHKUQI
Package com.ibm.icu.text
UTF16
- (stable) public static boolean isLeadSurrogate(int)
- (stable) public static boolean isSurrogate(int)
- (stable) public static boolean isTrailSurrogate(int)
UnicodeSet
- (draft) public boolean hasStrings()
UnicodeSetIterator
- (draft) public UnicodeSetIterator skipToStrings()
Package com.ibm.icu.util
MeasureUnit
- (draft) public static final MeasureUnit ITEM
- (draft) public static final MeasureUnit KILOWATT_HOUR_PER_100_KILOMETER
VersionInfo
- (stable) public static final VersionInfo UNICODE_14_0
Contents generated by ReportAPI tool on Tue Sep 28 16:43:15 PDT 2021
© 2021 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html