Merge "Remove clone() and "implements Cloneable" from android.icu.number.Precision and ScientificNotation" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b6c13dbfd4
@@ -20098,8 +20098,7 @@ package android.icu.number {
|
||||
method public T numberFormatterSecond(android.icu.number.UnlocalizedNumberFormatter);
|
||||
}
|
||||
|
||||
public abstract class Precision implements java.lang.Cloneable {
|
||||
method public Object clone();
|
||||
public abstract class Precision {
|
||||
method public static android.icu.number.CurrencyPrecision currency(android.icu.util.Currency.CurrencyUsage);
|
||||
method public static android.icu.number.FractionPrecision fixedFraction(int);
|
||||
method public static android.icu.number.Precision fixedSignificantDigits(int);
|
||||
@@ -20122,8 +20121,7 @@ package android.icu.number {
|
||||
method public static android.icu.number.Scale powerOfTen(int);
|
||||
}
|
||||
|
||||
public class ScientificNotation extends android.icu.number.Notation implements java.lang.Cloneable {
|
||||
method public Object clone();
|
||||
public class ScientificNotation extends android.icu.number.Notation {
|
||||
method public android.icu.number.ScientificNotation withExponentSignDisplay(android.icu.number.NumberFormatter.SignDisplay);
|
||||
method public android.icu.number.ScientificNotation withMinExponentDigits(int);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user