2004-06-09 04:05:44 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
2016-03-03 04:17:43 +00:00
< title > ICU4J API Comparison: ICU4J 56.1 with ICU4J 57.1< / title >
2016-01-30 06:42:15 +00:00
<!-- Copyright 2016, IBM, All Rights Reserved. -->
2004-06-09 04:05:44 +00:00
< / head >
< body >
2016-03-03 04:17:43 +00:00
< h1 > ICU4J API Comparison: ICU4J 56.1 with ICU4J 57.1< / h1 >
2004-06-09 04:05:44 +00:00
< hr / >
2016-01-30 06:42:15 +00:00
< h2 > Removed from ICU4J 56.1< / h2 >
2016-03-03 04:17:43 +00:00
< h3 > Package com.ibm.icu.text< / h3 >
< ul >
DateFormat
< ul >
< li > < span style = 'color:orange' > (draft)< / span > public static final int TIME_SEPARATOR< / li >
< / ul >
DateFormat.Field
< ul >
< li > < span style = 'color:orange' > (draft)< / span > public static final DateFormat.Field TIME_SEPARATOR< / li >
< / ul >
DateFormatSymbols
< ul >
< li > < span style = 'color:orange' > (draft)< / span > public java.lang.String < i > getTimeSeparatorString< / i > ()< / li >
< li > < span style = 'color:orange' > (draft)< / span > public void < i > setTimeSeparatorString< / i > (java.lang.String)< / li >
< / ul >
< / ul >
2014-09-15 21:48:00 +00:00
< hr / >
2016-03-03 04:17:43 +00:00
< h2 > Deprecated or Obsoleted in ICU4J 57.1< / h2 >
2016-01-30 06:42:15 +00:00
< p > (no API obsoleted)< / p >
2009-07-22 20:07:54 +00:00
< hr / >
2016-03-03 04:17:43 +00:00
< h2 > Changed in ICU4J 57.1 (old, new)< / h2 >
2014-06-30 18:34:18 +00:00
< p > (no API changed)< / p >
2013-09-18 19:55:38 +00:00
2014-06-30 18:34:18 +00:00
< hr / >
2016-03-03 04:17:43 +00:00
< h2 > Promoted to stable in ICU4J 57.1< / h2 >
< h3 > Package com.ibm.icu.text< / h3 >
< ul >
< li > < span style = 'color:green' > (stable)< / span > public static class < i > LocaleDisplayNames.UiListItem< / i > < / li >
< li > < span style = 'color:green' > (stable)< / span > public final class < i > ScientificNumberFormatter< / i > < / li >
LocaleDisplayNames
< ul >
< li > < span style = 'color:green' > (stable)< / span > public java.util.List< LocaleDisplayNames.UiListItem> < i > getUiList< / i > (java.util.Set< ULocale> , boolean, java.util.Comparator< java.lang.Object> )< / li >
< li > < span style = 'color:green' > (stable)< / span > public abstract java.util.List< LocaleDisplayNames.UiListItem> < i > getUiListCompareWholeItems< / i > (java.util.Set< ULocale> , java.util.Comparator< LocaleDisplayNames.UiListItem> )< / li >
< / ul >
MeasureFormat
< ul >
< li > < span style = 'color:green' > (stable)< / span > public java.lang.StringBuilder < i > formatMeasurePerUnit< / i > (Measure, MeasureUnit, java.lang.StringBuilder, java.text.FieldPosition)< / li >
< / ul >
< / ul >
< h3 > Package com.ibm.icu.util< / h3 >
< ul >
IslamicCalendar
< ul >
< li > < span style = 'color:green' > (stable)< / span > public IslamicCalendar.CalculationType < i > getCalculationType< / i > ()< / li >
< li > < span style = 'color:green' > (stable)< / span > public void < i > setCalculationType< / i > (IslamicCalendar.CalculationType)< / li >
< / ul >
< / ul >
2013-02-21 03:38:55 +00:00
< hr / >
2016-03-03 04:17:43 +00:00
< h2 > Added in ICU4J 57.1< / h2 >
2015-06-29 03:57:11 +00:00
< h3 > Package com.ibm.icu.lang< / h3 >
< ul >
2016-01-30 06:42:15 +00:00
UProperty
2015-06-29 03:57:11 +00:00
< ul >
2016-01-30 06:42:15 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public static final int EMOJI< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final int EMOJI_MODIFIER< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final int EMOJI_MODIFIER_BASE< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final int EMOJI_PRESENTATION< / li >
2015-03-11 20:19:46 +00:00
< / ul >
2012-03-01 04:48:50 +00:00
< / ul >
2013-07-09 22:23:02 +00:00
2015-09-23 04:49:03 +00:00
< h3 > Package com.ibm.icu.text< / h3 >
< ul >
2016-01-30 06:42:15 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public final class < i > SimpleFormatter< / i > < / li >
2016-03-03 04:17:43 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public static enum < i > RelativeDateTimeFormatter.RelativeDateTimeUnit< / i > < / li >
DateFormat.Field
< ul >
< li > < span style = 'color:orange' > (draft)< / span > public static final DateFormat.Field AM_PM_MIDNIGHT_NOON< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final DateFormat.Field FLEXIBLE_DAY_PERIOD< / li >
< / ul >
RelativeDateTimeFormatter
< ul >
< li > < span style = 'color:orange' > (draft)< / span > public java.lang.String < i > format< / i > (double, RelativeDateTimeFormatter.RelativeDateTimeUnit)< / li >
< li > < span style = 'color:orange' > (draft)< / span > public java.lang.String < i > formatNumeric< / i > (double, RelativeDateTimeFormatter.RelativeDateTimeUnit)< / li >
< / ul >
RelativeDateTimeFormatter.RelativeDateTimeUnit
< ul >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit DAY< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit FRIDAY< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit HOUR< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit MINUTE< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit MONDAY< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit MONTH< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit QUARTER< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit SATURDAY< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit SECOND< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit SUNDAY< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit THURSDAY< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit TUESDAY< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit WEDNESDAY< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit WEEK< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final RelativeDateTimeFormatter.RelativeDateTimeUnit YEAR< / li >
< / ul >
< / ul >
< h3 > Package com.ibm.icu.util< / h3 >
< ul >
MeasureUnit
< ul >
< li > < span style = 'color:orange' > (draft)< / span > public static final MeasureUnit GALLON_IMPERIAL< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final MeasureUnit MILE_PER_GALLON_IMPERIAL< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final MeasureUnit MILLIGRAM_PER_DECILITER< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final MeasureUnit MILLIMOLE_PER_LITER< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final MeasureUnit PART_PER_MILLION< / li >
< / ul >
2006-09-12 04:46:46 +00:00
< / ul >
2006-02-23 18:32:00 +00:00
< hr / >
2016-03-08 00:16:56 +00:00
< p > < i > < font size = "-1" > Contents generated by ReportAPI tool on Mon Mar 07 18:43:09 EST 2016< br / > Copyright (C) 2016, International Business Machines Corporation, All Rights Reserved.< / font > < / i > < / p >
2004-06-09 04:05:44 +00:00
< / body >
< / html >