Merge "Track libcore change 9fbdd1b27de1a3d1005468108." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8bff8a4e47
@@ -51479,7 +51479,6 @@ package java.lang.reflect {
|
||||
method public static int getLength(java.lang.Object);
|
||||
method public static long getLong(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException;
|
||||
method public static short getShort(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException;
|
||||
method public static java.lang.Object newArray(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException;
|
||||
method public static java.lang.Object newInstance(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException;
|
||||
method public static java.lang.Object newInstance(java.lang.Class<?>, int...) throws java.lang.IllegalArgumentException, java.lang.NegativeArraySizeException;
|
||||
method public static void set(java.lang.Object, int, java.lang.Object) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException;
|
||||
@@ -56669,13 +56668,11 @@ package java.text {
|
||||
method public static final java.text.DecimalFormatSymbols getInstance(java.util.Locale);
|
||||
method public java.lang.String getInternationalCurrencySymbol();
|
||||
method public char getMinusSign();
|
||||
method public java.lang.String getMinusSignString();
|
||||
method public char getMonetaryDecimalSeparator();
|
||||
method public java.lang.String getNaN();
|
||||
method public char getPatternSeparator();
|
||||
method public char getPerMill();
|
||||
method public char getPercent();
|
||||
method public java.lang.String getPercentString();
|
||||
method public char getZeroDigit();
|
||||
method public void setCurrency(java.util.Currency);
|
||||
method public void setCurrencySymbol(java.lang.String);
|
||||
|
||||
@@ -54568,7 +54568,6 @@ package java.lang.reflect {
|
||||
method public static int getLength(java.lang.Object);
|
||||
method public static long getLong(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException;
|
||||
method public static short getShort(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException;
|
||||
method public static java.lang.Object newArray(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException;
|
||||
method public static java.lang.Object newInstance(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException;
|
||||
method public static java.lang.Object newInstance(java.lang.Class<?>, int...) throws java.lang.IllegalArgumentException, java.lang.NegativeArraySizeException;
|
||||
method public static void set(java.lang.Object, int, java.lang.Object) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException;
|
||||
@@ -59758,13 +59757,11 @@ package java.text {
|
||||
method public static final java.text.DecimalFormatSymbols getInstance(java.util.Locale);
|
||||
method public java.lang.String getInternationalCurrencySymbol();
|
||||
method public char getMinusSign();
|
||||
method public java.lang.String getMinusSignString();
|
||||
method public char getMonetaryDecimalSeparator();
|
||||
method public java.lang.String getNaN();
|
||||
method public char getPatternSeparator();
|
||||
method public char getPerMill();
|
||||
method public char getPercent();
|
||||
method public java.lang.String getPercentString();
|
||||
method public char getZeroDigit();
|
||||
method public void setCurrency(java.util.Currency);
|
||||
method public void setCurrencySymbol(java.lang.String);
|
||||
|
||||
@@ -51496,7 +51496,6 @@ package java.lang.reflect {
|
||||
method public static int getLength(java.lang.Object);
|
||||
method public static long getLong(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException;
|
||||
method public static short getShort(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException;
|
||||
method public static java.lang.Object newArray(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException;
|
||||
method public static java.lang.Object newInstance(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException;
|
||||
method public static java.lang.Object newInstance(java.lang.Class<?>, int...) throws java.lang.IllegalArgumentException, java.lang.NegativeArraySizeException;
|
||||
method public static void set(java.lang.Object, int, java.lang.Object) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException;
|
||||
@@ -56686,13 +56685,11 @@ package java.text {
|
||||
method public static final java.text.DecimalFormatSymbols getInstance(java.util.Locale);
|
||||
method public java.lang.String getInternationalCurrencySymbol();
|
||||
method public char getMinusSign();
|
||||
method public java.lang.String getMinusSignString();
|
||||
method public char getMonetaryDecimalSeparator();
|
||||
method public java.lang.String getNaN();
|
||||
method public char getPatternSeparator();
|
||||
method public char getPerMill();
|
||||
method public char getPercent();
|
||||
method public java.lang.String getPercentString();
|
||||
method public char getZeroDigit();
|
||||
method public void setCurrency(java.util.Currency);
|
||||
method public void setCurrencySymbol(java.lang.String);
|
||||
|
||||
Reference in New Issue
Block a user