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" >
2018-02-22 06:47:34 +00:00
<!-- © 2018 and later: Unicode, Inc. and others. -->
2016-06-29 16:48:53 +00:00
<!-- License & terms of use: http://www.unicode.org/copyright.html#License -->
2018-02-22 06:47:34 +00:00
< title > ICU4J API Comparison: ICU4J 60.1 with ICU4J 61.1< / title >
2004-06-09 04:05:44 +00:00
< / head >
< body >
2018-02-22 06:47:34 +00:00
< h1 > ICU4J API Comparison: ICU4J 60.1 with ICU4J 61.1< / h1 >
2004-06-09 04:05:44 +00:00
< hr / >
2018-02-22 06:47:34 +00:00
< h2 > Removed from ICU4J 60.1< / h2 >
2016-03-03 04:17:43 +00:00
2018-02-22 06:47:34 +00:00
< h3 > Package com.ibm.icu.text< / h3 >
2017-09-27 15:49:01 +00:00
< ul >
2018-02-22 06:47:34 +00:00
TimeUnitFormat
2017-09-27 15:49:01 +00:00
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:gray' > (deprecated)< / span > public java.lang.StringBuffer < i > format< / i > (java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)< / li >
2017-09-27 15:49:01 +00:00
< / ul >
< / ul >
2014-09-15 21:48:00 +00:00
< hr / >
2018-02-22 06:47:34 +00:00
< h2 > Deprecated or Obsoleted in ICU4J 61.1< / h2 >
< p > (no API obsoleted)< / p >
2017-03-20 20:23:23 +00:00
2017-06-26 04:21:24 +00:00
< hr / >
2018-02-22 06:47:34 +00:00
< h2 > Changed in ICU4J 61.1 (old, new)< / h2 >
< p > (no API changed)< / p >
2017-03-20 20:23:23 +00:00
2018-02-22 06:47:34 +00:00
< hr / >
< h2 > Promoted to stable in ICU4J 61.1< / h2 >
2017-04-07 08:17:49 +00:00
2017-09-27 15:49:01 +00:00
< h3 > Package com.ibm.icu.text< / h3 >
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:green' > (stable)< / span > public abstract class < i > CaseMap< / i > < / li >
< li > < span style = 'color:green' > (stable)< / span > public static final class < i > CaseMap.Fold< / i > < / li >
< li > < span style = 'color:green' > (stable)< / span > public static final class < i > CaseMap.Lower< / i > < / li >
< li > < span style = 'color:green' > (stable)< / span > public static final class < i > CaseMap.Title< / i > < / li >
< li > < span style = 'color:green' > (stable)< / span > public static final class < i > CaseMap.Upper< / i > < / li >
< li > < span style = 'color:green' > (stable)< / span > public final class < i > Edits< / i > < / li >
< li > < span style = 'color:green' > (stable)< / span > public static final class < i > Edits.Iterator< / i > < / li >
2017-09-27 15:49:01 +00:00
< / ul >
< h3 > Package com.ibm.icu.util< / h3 >
< ul >
MeasureUnit
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:green' > (stable)< / span > public static final MeasureUnit POINT< / li >
2017-09-27 15:49:01 +00:00
< / ul >
< / ul >
2009-07-22 20:07:54 +00:00
< hr / >
2018-02-22 06:47:34 +00:00
< h2 > Added in ICU4J 61.1< / h2 >
2017-03-20 20:23:23 +00:00
2017-10-03 04:56:54 +00:00
< h3 > Package com.ibm.icu.number< / h3 >
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public static enum < i > NumberFormatter.GroupingStrategy< / i > < / li >
NumberFormatter.GroupingStrategy
2017-10-03 04:56:54 +00:00
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public static final r.NumberFormatter.GroupingStrategy AUTO< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final r.NumberFormatter.GroupingStrategy MIN2< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final r.NumberFormatter.GroupingStrategy OFF< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final r.NumberFormatter.GroupingStrategy ON_ALIGNED< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final r.NumberFormatter.GroupingStrategy THOUSANDS< / li >
2017-10-03 04:56:54 +00:00
< / ul >
NumberFormatter.SignDisplay
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public static final r.NumberFormatter.SignDisplay ACCOUNTING_EXCEPT_ZERO< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final r.NumberFormatter.SignDisplay EXCEPT_ZERO< / li >
2017-10-03 04:56:54 +00:00
< / ul >
2018-02-22 06:47:34 +00:00
NumberFormatterSettings
2017-10-03 04:56:54 +00:00
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public T extends r.NumberFormatterSettings< ?> < i > grouping< / i > (r.NumberFormatter.GroupingStrategy)< / li >
< li > < span style = 'color:orange' > (draft)< / span > public T extends r.NumberFormatterSettings< ?> < i > perUnit< / i > (MeasureUnit)< / li >
2017-10-03 04:56:54 +00:00
< / ul >
< / ul >
2017-03-20 20:23:23 +00:00
< h3 > Package com.ibm.icu.text< / h3 >
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public static enum < i > DateTimePatternGenerator.DisplayWidth< / i > < / li >
CurrencyDisplayNames
2017-09-27 15:49:01 +00:00
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public abstract java.lang.String < i > getNarrowSymbol< / i > (java.lang.String)< / li >
2017-09-27 15:49:01 +00:00
< / ul >
2018-02-22 06:47:34 +00:00
DateTimePatternGenerator
2017-09-27 15:49:01 +00:00
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public java.lang.String < i > getFieldDisplayName< / i > (int, DateTimePatternGenerator.DisplayWidth)< / li >
2017-09-27 15:49:01 +00:00
< / ul >
2018-02-22 06:47:34 +00:00
DateTimePatternGenerator.DisplayWidth
2017-03-20 20:23:23 +00:00
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public static final DateTimePatternGenerator.DisplayWidth ABBREVIATED< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final DateTimePatternGenerator.DisplayWidth NARROW< / li >
< li > < span style = 'color:orange' > (draft)< / span > public static final DateTimePatternGenerator.DisplayWidth WIDE< / li >
2017-03-20 20:23:23 +00:00
< / ul >
2018-02-22 06:47:34 +00:00
TimeUnitFormat
2017-09-27 15:49:01 +00:00
< ul >
2018-02-28 22:47:11 +00:00
< li > < span style = 'color:gray' > (deprecated)< / span > public NumberFormat < i > getNumberFormat< / i > ()< / li >
2017-10-03 04:56:54 +00:00
< / ul >
2017-03-20 20:23:23 +00:00
< / ul >
2016-03-03 04:17:43 +00:00
< h3 > Package com.ibm.icu.util< / h3 >
< ul >
2017-09-27 15:49:01 +00:00
Currency
< ul >
2018-02-22 06:47:34 +00:00
< li > < span style = 'color:orange' > (draft)< / span > public static final int NARROW_SYMBOL_NAME< / li >
2016-03-03 04:17:43 +00:00
< / ul >
2006-09-12 04:46:46 +00:00
< / ul >
2006-02-23 18:32:00 +00:00
< hr / >
2018-02-28 22:47:11 +00:00
< p > < i > < font size = "-1" > Contents generated by ReportAPI tool on Wed Feb 28 17:22:31 EST 2018< br / > © 2018 and later: Unicode, Inc. and others. License & terms of use: < a href = "http://www.unicode.org/copyright.html#License" > http://www.unicode.org/copyright.html#License< / a > < / font > < / i > < / p >
2004-06-09 04:05:44 +00:00
< / body >
< / html >