ICU4J API Comparison: ICU4J 55.1 with ICU4J 56.1
Removed from ICU4J 55.1
Package com.ibm.icu.text
DateFormat.BooleanAttribute
- (draft) public static final DateFormat.BooleanAttribute PARSE_PARTIAL_MATCH
Deprecated or Obsoleted in ICU4J 56.1
Package com.ibm.icu.text
- (deprecated) public abstract class DurationFormat
- (deprecated) public static abstract class Normalizer.Mode
Normalizer
- (deprecated) public static final int COMPARE_NORM_OPTIONS_SHIFT
- (deprecated) public static final Normalizer.Mode DEFAULT
- (deprecated) public static final int DONE
- (deprecated) public static final Normalizer.Mode FCD
- (deprecated) public static final Normalizer.Mode NFC
- (deprecated) public static final Normalizer.Mode NFD
- (deprecated) public static final Normalizer.Mode NFKC
- (deprecated) public static final Normalizer.Mode NFKD
- (deprecated) public static final Normalizer.Mode NONE
- (deprecated) public static final int UNICODE_3_2
- (deprecated) public Normalizer(UCharacterIterator, Normalizer.Mode, int)
- (deprecated) public Normalizer(java.lang.String, Normalizer.Mode, int)
- (deprecated) public Normalizer(java.text.CharacterIterator, Normalizer.Mode, int)
- (deprecated) public java.lang.Object clone()
- (deprecated) public static int compose(char[], char[], boolean, int)
- (deprecated) public static int compose(char[], int, int, char[], int, int, boolean, int)
- (deprecated) public static java.lang.String compose(java.lang.String, boolean)
- (deprecated) public static java.lang.String compose(java.lang.String, boolean, int)
- (deprecated) public static int concatenate(char[], int, int, char[], int, int, char[], int, int, Normalizer.Mode, int)
- (deprecated) public static java.lang.String concatenate(char[], char[], Normalizer.Mode, int)
- (deprecated) public static java.lang.String concatenate(java.lang.String, java.lang.String, Normalizer.Mode, int)
- (deprecated) public int current()
- (deprecated) public static int decompose(char[], char[], boolean, int)
- (deprecated) public static int decompose(char[], int, int, char[], int, int, boolean, int)
- (deprecated) public static java.lang.String decompose(java.lang.String, boolean)
- (deprecated) public static java.lang.String decompose(java.lang.String, boolean, int)
- (deprecated) public int endIndex()
- (deprecated) public int first()
- (deprecated) public static int getFC_NFKC_Closure(int, char[])
- (deprecated) public static java.lang.String getFC_NFKC_Closure(int)
- (deprecated) public int getIndex()
- (deprecated) public int getLength()
- (deprecated) public Normalizer.Mode getMode()
- (deprecated) public int getOption(int)
- (deprecated) public int getText(char[])
- (deprecated) public java.lang.String getText()
- (deprecated) public static boolean isNormalized(char[], int, int, Normalizer.Mode, int)
- (deprecated) public static boolean isNormalized(int, Normalizer.Mode, int)
- (deprecated) public static boolean isNormalized(java.lang.String, Normalizer.Mode, int)
- (deprecated) public int last()
- (deprecated) public int next()
- (deprecated) public static int normalize(char[], char[], Normalizer.Mode, int)
- (deprecated) public static int normalize(char[], int, int, char[], int, int, Normalizer.Mode, int)
- (deprecated) public static java.lang.String normalize(int, Normalizer.Mode)
- (deprecated) public static java.lang.String normalize(int, Normalizer.Mode, int)
- (deprecated) public static java.lang.String normalize(java.lang.String, Normalizer.Mode)
- (deprecated) public static java.lang.String normalize(java.lang.String, Normalizer.Mode, int)
- (deprecated) public int previous()
- (deprecated) public static Normalizer.QuickCheckResult quickCheck(char[], Normalizer.Mode, int)
- (deprecated) public static Normalizer.QuickCheckResult quickCheck(char[], int, int, Normalizer.Mode, int)
- (deprecated) public static Normalizer.QuickCheckResult quickCheck(java.lang.String, Normalizer.Mode)
- (deprecated) public static Normalizer.QuickCheckResult quickCheck(java.lang.String, Normalizer.Mode, int)
- (deprecated) public void reset()
- (deprecated) public void setIndexOnly(int)
- (deprecated) public void setMode(Normalizer.Mode)
- (deprecated) public void setOption(int, boolean)
- (deprecated) public void setText(char[])
- (deprecated) public void setText(UCharacterIterator)
- (deprecated) public void setText(java.lang.String)
- (deprecated) public void setText(java.lang.StringBuffer)
- (deprecated) public void setText(java.text.CharacterIterator)
- (deprecated) public int startIndex()
Changed in ICU4J 56.1 (old, new)
(no API changed)
Promoted to stable in ICU4J 56.1
Package com.ibm.icu.lang
UCharacter
- (stable) public static java.lang.String toTitleCase(java.util.Locale, java.lang.String, BreakIterator, int)
UScript
- (stable) public static final int getCodeFromName(java.lang.String)
Package com.ibm.icu.text
- (stable) public abstract class UFormat
- (stable) public static class UnicodeSet.EntryRange
- (stable) public class UnicodeSetSpanner
- (stable) public static enum RelativeDateTimeFormatter.Style
- (stable) public static enum UnicodeSetSpanner.CountMethod
- (stable) public static enum UnicodeSetSpanner.TrimOption
CurrencyDisplayNames
- (stable) public static CurrencyDisplayNames getInstance(java.util.Locale)
- (stable) public static CurrencyDisplayNames getInstance(java.util.Locale, boolean)
CurrencyMetaInfo
- (stable) public CurrencyMetaInfo.CurrencyDigits currencyDigits(java.lang.String, Currency.CurrencyUsage)
DateFormat
- (stable) public static final DateFormat getInstanceForSkeleton(Calendar, java.lang.String, ULocale)
- (stable) public static final DateFormat getInstanceForSkeleton(Calendar, java.lang.String, java.util.Locale)
- (stable) public static final DateFormat getInstanceForSkeleton(java.lang.String)
- (stable) public static final DateFormat getInstanceForSkeleton(java.lang.String, ULocale)
- (stable) public static final DateFormat getInstanceForSkeleton(java.lang.String, java.util.Locale)
DateFormatSymbols
- (stable) public java.lang.String[] getYearNames(int, int)
- (stable) public java.lang.String[] getZodiacNames(int, int)
- (stable) public void setYearNames(java.lang.String[], int, int)
- (stable) public void setZodiacNames(java.lang.String[], int, int)
DateIntervalInfo
- (stable) public DateIntervalInfo(java.util.Locale)
DateTimePatternGenerator
- (stable) public static DateTimePatternGenerator getInstance(java.util.Locale)
DecimalFormat
- (stable) public Currency.CurrencyUsage getCurrencyUsage()
- (stable) public boolean isDecimalPatternMatchRequired()
- (stable) public void setCurrencyUsage(Currency.CurrencyUsage)
- (stable) public void setDecimalPatternMatchRequired(boolean)
DecimalFormatSymbols
- (stable) public java.lang.String getExponentMultiplicationSign()
- (stable) public void setExponentMultiplicationSign(java.lang.String)
DisplayContext
- (stable) public static final DisplayContext LENGTH_FULL
- (stable) public static final DisplayContext LENGTH_SHORT
DisplayContext.Type
- (stable) public static final DisplayContext.Type DISPLAY_LENGTH
LocaleDisplayNames
- (stable) public static LocaleDisplayNames getInstance(java.util.Locale)
- (stable) public static LocaleDisplayNames getInstance(java.util.Locale, DisplayContext...)
MeasureFormat
- (stable) public static MeasureFormat getCurrencyFormat(java.util.Locale)
- (stable) public static MeasureFormat getInstance(java.util.Locale, MeasureFormat.FormatWidth)
- (stable) public static MeasureFormat getInstance(java.util.Locale, MeasureFormat.FormatWidth, NumberFormat)
NumberFormat
- (stable) public static final int CASHCURRENCYSTYLE
PluralFormat
- (stable) public PluralFormat(java.util.Locale)
- (stable) public PluralFormat(java.util.Locale, PluralRules)
- (stable) public PluralFormat(java.util.Locale, PluralRules.PluralType)
PluralRules
- (stable) public static PluralRules forLocale(java.util.Locale)
- (stable) public static PluralRules forLocale(java.util.Locale, PluralRules.PluralType)
RelativeDateTimeFormatter
- (stable) public DisplayContext getCapitalizationContext()
- (stable) public RelativeDateTimeFormatter.Style getFormatStyle()
- (stable) public static RelativeDateTimeFormatter getInstance(ULocale, NumberFormat, RelativeDateTimeFormatter.Style, DisplayContext)
- (stable) public static RelativeDateTimeFormatter getInstance(java.util.Locale)
- (stable) public static RelativeDateTimeFormatter getInstance(java.util.Locale, NumberFormat)
RelativeDateTimeFormatter.Style
- (stable) public static final RelativeDateTimeFormatter.Style LONG
- (stable) public static final RelativeDateTimeFormatter.Style NARROW
- (stable) public static final RelativeDateTimeFormatter.Style SHORT
SimpleDateFormat
- (stable) public NumberFormat getNumberFormat(char)
- (stable) public void setNumberFormat(java.lang.String, NumberFormat)
SpoofChecker
- (stable) public java.util.Set<java.util.Locale> getAllowedJavaLocales()
SpoofChecker.Builder
- (stable) public SpoofChecker.Builder setAllowedJavaLocales(java.util.Set<java.util.Locale>)
TimeZoneFormat
- (stable) public static TimeZoneFormat getInstance(java.util.Locale)
TimeZoneFormat.ParseOption
- (stable) public static final TimeZoneFormat.ParseOption TZ_DATABASE_ABBREVIATIONS
TimeZoneNames
- (stable) public static TimeZoneNames getInstance(java.util.Locale)
- (stable) public static TimeZoneNames getTZDBInstance(ULocale)
UTF16
- (stable) public static int compareCodePoint(int, java.lang.CharSequence)
- (stable) public static int getSingleCodePoint(java.lang.CharSequence)
UnicodeSet
- (stable) public java.lang.Iterable<UnicodeSet.EntryRange> ranges()
UnicodeSetSpanner.CountMethod
- (stable) public static final UnicodeSetSpanner.CountMethod MIN_ELEMENTS
- (stable) public static final UnicodeSetSpanner.CountMethod WHOLE_SPAN
UnicodeSetSpanner.TrimOption
- (stable) public static final UnicodeSetSpanner.TrimOption BOTH
- (stable) public static final UnicodeSetSpanner.TrimOption LEADING
- (stable) public static final UnicodeSetSpanner.TrimOption TRAILING
Package com.ibm.icu.util
- (stable) public static final class Calendar.WeekData
- (stable) public static enum Currency.CurrencyUsage
Calendar
- (stable) public Calendar.WeekData getWeekData()
- (stable) public static Calendar.WeekData getWeekDataForRegion(java.lang.String)
- (stable) public Calendar setWeekData(Calendar.WeekData)
Currency
- (stable) public static java.lang.String[] getAvailableCurrencyCodes(java.util.Locale, java.util.Date)
- (stable) public int getDefaultFractionDigits(Currency.CurrencyUsage)
- (stable) public double getRoundingIncrement(Currency.CurrencyUsage)
Currency.CurrencyUsage
- (stable) public static final Currency.CurrencyUsage CASH
- (stable) public static final Currency.CurrencyUsage STANDARD
MeasureUnit
- (stable) public static final MeasureUnit ACRE_FOOT
- (stable) public static final MeasureUnit AMPERE
- (stable) public static final MeasureUnit ASTRONOMICAL_UNIT
- (stable) public static final MeasureUnit BIT
- (stable) public static final MeasureUnit BUSHEL
- (stable) public static final MeasureUnit BYTE
- (stable) public static final MeasureUnit CALORIE
- (stable) public static final MeasureUnit CARAT
- (stable) public static final MeasureUnit CENTILITER
- (stable) public static final MeasureUnit CUBIC_CENTIMETER
- (stable) public static final MeasureUnit CUBIC_FOOT
- (stable) public static final MeasureUnit CUBIC_INCH
- (stable) public static final MeasureUnit CUBIC_METER
- (stable) public static final MeasureUnit CUBIC_YARD
- (stable) public static final MeasureUnit CUP
- (stable) public static final MeasureUnit DECILITER
- (stable) public static final MeasureUnit DECIMETER
- (stable) public static final MeasureUnit FATHOM
- (stable) public static final MeasureUnit FLUID_OUNCE
- (stable) public static final MeasureUnit FOODCALORIE
- (stable) public static final MeasureUnit FURLONG
- (stable) public static final MeasureUnit GALLON
- (stable) public static final MeasureUnit GIGABIT
- (stable) public static final MeasureUnit GIGABYTE
- (stable) public static final MeasureUnit GIGAHERTZ
- (stable) public static final MeasureUnit GIGAWATT
- (stable) public static final MeasureUnit HECTOLITER
- (stable) public static final MeasureUnit HERTZ
- (stable) public static final MeasureUnit JOULE
- (stable) public static final MeasureUnit KARAT
- (stable) public static final MeasureUnit KELVIN
- (stable) public static final MeasureUnit KILOBIT
- (stable) public static final MeasureUnit KILOBYTE
- (stable) public static final MeasureUnit KILOCALORIE
- (stable) public static final MeasureUnit KILOHERTZ
- (stable) public static final MeasureUnit KILOJOULE
- (stable) public static final MeasureUnit KILOWATT_HOUR
- (stable) public static final MeasureUnit LITER_PER_KILOMETER
- (stable) public static final MeasureUnit LUX
- (stable) public static final MeasureUnit MEGABIT
- (stable) public static final MeasureUnit MEGABYTE
- (stable) public static final MeasureUnit MEGAHERTZ
- (stable) public static final MeasureUnit MEGALITER
- (stable) public static final MeasureUnit MEGAWATT
- (stable) public static final MeasureUnit METER_PER_SECOND_SQUARED
- (stable) public static final MeasureUnit METRIC_TON
- (stable) public static final MeasureUnit MICROGRAM
- (stable) public static final MeasureUnit MICROMETER
- (stable) public static final MeasureUnit MICROSECOND
- (stable) public static final MeasureUnit MILE_PER_GALLON
- (stable) public static final MeasureUnit MILLIAMPERE
- (stable) public static final MeasureUnit MILLIGRAM
- (stable) public static final MeasureUnit MILLILITER
- (stable) public static final MeasureUnit MILLIMETER_OF_MERCURY
- (stable) public static final MeasureUnit MILLIWATT
- (stable) public static final MeasureUnit NANOMETER
- (stable) public static final MeasureUnit NANOSECOND
- (stable) public static final MeasureUnit NAUTICAL_MILE
- (stable) public static final MeasureUnit OHM
- (stable) public static final MeasureUnit OUNCE_TROY
- (stable) public static final MeasureUnit PARSEC
- (stable) public static final MeasureUnit PINT
- (stable) public static final MeasureUnit POUND_PER_SQUARE_INCH
- (stable) public static final MeasureUnit QUART
- (stable) public static final MeasureUnit RADIAN
- (stable) public static final MeasureUnit SQUARE_CENTIMETER
- (stable) public static final MeasureUnit SQUARE_INCH
- (stable) public static final MeasureUnit SQUARE_YARD
- (stable) public static final MeasureUnit STONE
- (stable) public static final MeasureUnit TABLESPOON
- (stable) public static final MeasureUnit TEASPOON
- (stable) public static final MeasureUnit TERABIT
- (stable) public static final MeasureUnit TERABYTE
- (stable) public static final MeasureUnit TON
- (stable) public static final MeasureUnit VOLT
ULocale
- (stable) public boolean isRightToLeft()
- (stable) public static java.lang.String toLegacyKey(java.lang.String)
- (stable) public static java.lang.String toLegacyType(java.lang.String, java.lang.String)
- (stable) public static java.lang.String toUnicodeLocaleKey(java.lang.String)
- (stable) public static java.lang.String toUnicodeLocaleType(java.lang.String, java.lang.String)
Added in ICU4J 56.1
Package com.ibm.icu.lang
UCharacter.UnicodeBlock
- (stable) public static final UCharacter.UnicodeBlock AHOM
- (stable) public static final int AHOM_ID
- (stable) public static final UCharacter.UnicodeBlock ANATOLIAN_HIEROGLYPHS
- (stable) public static final int ANATOLIAN_HIEROGLYPHS_ID
- (stable) public static final UCharacter.UnicodeBlock CHEROKEE_SUPPLEMENT
- (stable) public static final int CHEROKEE_SUPPLEMENT_ID
- (stable) public static final UCharacter.UnicodeBlock CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E
- (stable) public static final int CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E_ID
- (stable) public static final UCharacter.UnicodeBlock EARLY_DYNASTIC_CUNEIFORM
- (stable) public static final int EARLY_DYNASTIC_CUNEIFORM_ID
- (stable) public static final UCharacter.UnicodeBlock HATRAN
- (stable) public static final int HATRAN_ID
- (stable) public static final UCharacter.UnicodeBlock MULTANI
- (stable) public static final int MULTANI_ID
- (stable) public static final UCharacter.UnicodeBlock OLD_HUNGARIAN
- (stable) public static final int OLD_HUNGARIAN_ID
- (stable) public static final UCharacter.UnicodeBlock SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS
- (stable) public static final int SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS_ID
- (stable) public static final UCharacter.UnicodeBlock SUTTON_SIGNWRITING
- (stable) public static final int SUTTON_SIGNWRITING_ID
Package com.ibm.icu.text
DateFormat.BooleanAttribute
- (draft) public static final DateFormat.BooleanAttribute PARSE_PARTIAL_LITERAL_MATCH
NumberFormat
- (draft) public static final int STANDARDCURRENCYSTYLE
RuleBasedNumberFormat
- (draft) public int getRoundingMode()
- (draft) public void setRoundingMode(int)
SpoofChecker.CheckResult
- (stable) public java.lang.String toString()
Package com.ibm.icu.util
MeasureUnit
- (draft) public static final MeasureUnit CENTURY
- (draft) public static final MeasureUnit CUP_METRIC
- (draft) public static final MeasureUnit GENERIC_TEMPERATURE
- (draft) public static final MeasureUnit KNOT
- (draft) public static final MeasureUnit LITER_PER_100KILOMETERS
- (draft) public static final MeasureUnit MILE_SCANDINAVIAN
- (draft) public static final MeasureUnit PINT_METRIC
- (draft) public static final MeasureUnit REVOLUTION_ANGLE
VersionInfo
- (stable) public static final VersionInfo UNICODE_8_0
Contents generated by ReportAPI tool on Wed Sep 23 17:51:23 EDT 2015
Copyright (C) 2015, International Business Machines Corporation, All Rights Reserved.