Loading api/current.txt +19 −0 Original line number Diff line number Diff line Loading @@ -50086,6 +50086,8 @@ package java.lang { method public static byte parseByte(java.lang.String, int) throws java.lang.NumberFormatException; method public static byte parseByte(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.String toString(byte); method public static int toUnsignedInt(byte); method public static long toUnsignedLong(byte); method public static java.lang.Byte valueOf(byte); method public static java.lang.Byte valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Byte valueOf(java.lang.String) throws java.lang.NumberFormatException; Loading Loading @@ -50911,7 +50913,9 @@ package java.lang { method public static int bitCount(int); method public static int compare(int, int); method public int compareTo(java.lang.Integer); method public static int compareUnsigned(int, int); method public static java.lang.Integer decode(java.lang.String) throws java.lang.NumberFormatException; method public static int divideUnsigned(int, int); method public double doubleValue(); method public float floatValue(); method public static java.lang.Integer getInteger(java.lang.String); Loading @@ -50928,6 +50932,9 @@ package java.lang { method public static int numberOfTrailingZeros(int); method public static int parseInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseInt(java.lang.String) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String) throws java.lang.NumberFormatException; method public static int remainderUnsigned(int, int); method public static int reverse(int); method public static int reverseBytes(int); method public static int rotateLeft(int, int); Loading @@ -50939,6 +50946,9 @@ package java.lang { method public static java.lang.String toOctalString(int); method public static java.lang.String toString(int, int); method public static java.lang.String toString(int); method public static long toUnsignedLong(int); method public static java.lang.String toUnsignedString(int, int); method public static java.lang.String toUnsignedString(int); method public static java.lang.Integer valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(int); Loading Loading @@ -50979,7 +50989,9 @@ package java.lang { method public static int bitCount(long); method public static int compare(long, long); method public int compareTo(java.lang.Long); method public static int compareUnsigned(long, long); method public static java.lang.Long decode(java.lang.String) throws java.lang.NumberFormatException; method public static long divideUnsigned(long, long); method public double doubleValue(); method public float floatValue(); method public static java.lang.Long getLong(java.lang.String); Loading @@ -50996,6 +51008,9 @@ package java.lang { method public static int numberOfTrailingZeros(long); method public static long parseLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseLong(java.lang.String) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String) throws java.lang.NumberFormatException; method public static long remainderUnsigned(long, long); method public static long reverse(long); method public static long reverseBytes(long); method public static long rotateLeft(long, int); Loading @@ -51007,6 +51022,8 @@ package java.lang { method public static java.lang.String toOctalString(long); method public static java.lang.String toString(long, int); method public static java.lang.String toString(long); method public static java.lang.String toUnsignedString(long, int); method public static java.lang.String toUnsignedString(long); method public static java.lang.Long valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(long); Loading Loading @@ -51339,6 +51356,8 @@ package java.lang { method public static short parseShort(java.lang.String) throws java.lang.NumberFormatException; method public static short reverseBytes(short); method public static java.lang.String toString(short); method public static int toUnsignedInt(short); method public static long toUnsignedLong(short); method public static java.lang.Short valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(short); api/system-current.txt +19 −0 Original line number Diff line number Diff line Loading @@ -53436,6 +53436,8 @@ package java.lang { method public static byte parseByte(java.lang.String, int) throws java.lang.NumberFormatException; method public static byte parseByte(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.String toString(byte); method public static int toUnsignedInt(byte); method public static long toUnsignedLong(byte); method public static java.lang.Byte valueOf(byte); method public static java.lang.Byte valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Byte valueOf(java.lang.String) throws java.lang.NumberFormatException; Loading Loading @@ -54261,7 +54263,9 @@ package java.lang { method public static int bitCount(int); method public static int compare(int, int); method public int compareTo(java.lang.Integer); method public static int compareUnsigned(int, int); method public static java.lang.Integer decode(java.lang.String) throws java.lang.NumberFormatException; method public static int divideUnsigned(int, int); method public double doubleValue(); method public float floatValue(); method public static java.lang.Integer getInteger(java.lang.String); Loading @@ -54278,6 +54282,9 @@ package java.lang { method public static int numberOfTrailingZeros(int); method public static int parseInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseInt(java.lang.String) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String) throws java.lang.NumberFormatException; method public static int remainderUnsigned(int, int); method public static int reverse(int); method public static int reverseBytes(int); method public static int rotateLeft(int, int); Loading @@ -54289,6 +54296,9 @@ package java.lang { method public static java.lang.String toOctalString(int); method public static java.lang.String toString(int, int); method public static java.lang.String toString(int); method public static long toUnsignedLong(int); method public static java.lang.String toUnsignedString(int, int); method public static java.lang.String toUnsignedString(int); method public static java.lang.Integer valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(int); Loading Loading @@ -54329,7 +54339,9 @@ package java.lang { method public static int bitCount(long); method public static int compare(long, long); method public int compareTo(java.lang.Long); method public static int compareUnsigned(long, long); method public static java.lang.Long decode(java.lang.String) throws java.lang.NumberFormatException; method public static long divideUnsigned(long, long); method public double doubleValue(); method public float floatValue(); method public static java.lang.Long getLong(java.lang.String); Loading @@ -54346,6 +54358,9 @@ package java.lang { method public static int numberOfTrailingZeros(long); method public static long parseLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseLong(java.lang.String) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String) throws java.lang.NumberFormatException; method public static long remainderUnsigned(long, long); method public static long reverse(long); method public static long reverseBytes(long); method public static long rotateLeft(long, int); Loading @@ -54357,6 +54372,8 @@ package java.lang { method public static java.lang.String toOctalString(long); method public static java.lang.String toString(long, int); method public static java.lang.String toString(long); method public static java.lang.String toUnsignedString(long, int); method public static java.lang.String toUnsignedString(long); method public static java.lang.Long valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(long); Loading Loading @@ -54689,6 +54706,8 @@ package java.lang { method public static short parseShort(java.lang.String) throws java.lang.NumberFormatException; method public static short reverseBytes(short); method public static java.lang.String toString(short); method public static int toUnsignedInt(short); method public static long toUnsignedLong(short); method public static java.lang.Short valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(short); api/test-current.txt +19 −0 Original line number Diff line number Diff line Loading @@ -50169,6 +50169,8 @@ package java.lang { method public static byte parseByte(java.lang.String, int) throws java.lang.NumberFormatException; method public static byte parseByte(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.String toString(byte); method public static int toUnsignedInt(byte); method public static long toUnsignedLong(byte); method public static java.lang.Byte valueOf(byte); method public static java.lang.Byte valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Byte valueOf(java.lang.String) throws java.lang.NumberFormatException; Loading Loading @@ -50994,7 +50996,9 @@ package java.lang { method public static int bitCount(int); method public static int compare(int, int); method public int compareTo(java.lang.Integer); method public static int compareUnsigned(int, int); method public static java.lang.Integer decode(java.lang.String) throws java.lang.NumberFormatException; method public static int divideUnsigned(int, int); method public double doubleValue(); method public float floatValue(); method public static java.lang.Integer getInteger(java.lang.String); Loading @@ -51011,6 +51015,9 @@ package java.lang { method public static int numberOfTrailingZeros(int); method public static int parseInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseInt(java.lang.String) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String) throws java.lang.NumberFormatException; method public static int remainderUnsigned(int, int); method public static int reverse(int); method public static int reverseBytes(int); method public static int rotateLeft(int, int); Loading @@ -51022,6 +51029,9 @@ package java.lang { method public static java.lang.String toOctalString(int); method public static java.lang.String toString(int, int); method public static java.lang.String toString(int); method public static long toUnsignedLong(int); method public static java.lang.String toUnsignedString(int, int); method public static java.lang.String toUnsignedString(int); method public static java.lang.Integer valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(int); Loading Loading @@ -51062,7 +51072,9 @@ package java.lang { method public static int bitCount(long); method public static int compare(long, long); method public int compareTo(java.lang.Long); method public static int compareUnsigned(long, long); method public static java.lang.Long decode(java.lang.String) throws java.lang.NumberFormatException; method public static long divideUnsigned(long, long); method public double doubleValue(); method public float floatValue(); method public static java.lang.Long getLong(java.lang.String); Loading @@ -51079,6 +51091,9 @@ package java.lang { method public static int numberOfTrailingZeros(long); method public static long parseLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseLong(java.lang.String) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String) throws java.lang.NumberFormatException; method public static long remainderUnsigned(long, long); method public static long reverse(long); method public static long reverseBytes(long); method public static long rotateLeft(long, int); Loading @@ -51090,6 +51105,8 @@ package java.lang { method public static java.lang.String toOctalString(long); method public static java.lang.String toString(long, int); method public static java.lang.String toString(long); method public static java.lang.String toUnsignedString(long, int); method public static java.lang.String toUnsignedString(long); method public static java.lang.Long valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(long); Loading Loading @@ -51422,6 +51439,8 @@ package java.lang { method public static short parseShort(java.lang.String) throws java.lang.NumberFormatException; method public static short reverseBytes(short); method public static java.lang.String toString(short); method public static int toUnsignedInt(short); method public static long toUnsignedLong(short); method public static java.lang.Short valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(short); Loading
api/current.txt +19 −0 Original line number Diff line number Diff line Loading @@ -50086,6 +50086,8 @@ package java.lang { method public static byte parseByte(java.lang.String, int) throws java.lang.NumberFormatException; method public static byte parseByte(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.String toString(byte); method public static int toUnsignedInt(byte); method public static long toUnsignedLong(byte); method public static java.lang.Byte valueOf(byte); method public static java.lang.Byte valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Byte valueOf(java.lang.String) throws java.lang.NumberFormatException; Loading Loading @@ -50911,7 +50913,9 @@ package java.lang { method public static int bitCount(int); method public static int compare(int, int); method public int compareTo(java.lang.Integer); method public static int compareUnsigned(int, int); method public static java.lang.Integer decode(java.lang.String) throws java.lang.NumberFormatException; method public static int divideUnsigned(int, int); method public double doubleValue(); method public float floatValue(); method public static java.lang.Integer getInteger(java.lang.String); Loading @@ -50928,6 +50932,9 @@ package java.lang { method public static int numberOfTrailingZeros(int); method public static int parseInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseInt(java.lang.String) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String) throws java.lang.NumberFormatException; method public static int remainderUnsigned(int, int); method public static int reverse(int); method public static int reverseBytes(int); method public static int rotateLeft(int, int); Loading @@ -50939,6 +50946,9 @@ package java.lang { method public static java.lang.String toOctalString(int); method public static java.lang.String toString(int, int); method public static java.lang.String toString(int); method public static long toUnsignedLong(int); method public static java.lang.String toUnsignedString(int, int); method public static java.lang.String toUnsignedString(int); method public static java.lang.Integer valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(int); Loading Loading @@ -50979,7 +50989,9 @@ package java.lang { method public static int bitCount(long); method public static int compare(long, long); method public int compareTo(java.lang.Long); method public static int compareUnsigned(long, long); method public static java.lang.Long decode(java.lang.String) throws java.lang.NumberFormatException; method public static long divideUnsigned(long, long); method public double doubleValue(); method public float floatValue(); method public static java.lang.Long getLong(java.lang.String); Loading @@ -50996,6 +51008,9 @@ package java.lang { method public static int numberOfTrailingZeros(long); method public static long parseLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseLong(java.lang.String) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String) throws java.lang.NumberFormatException; method public static long remainderUnsigned(long, long); method public static long reverse(long); method public static long reverseBytes(long); method public static long rotateLeft(long, int); Loading @@ -51007,6 +51022,8 @@ package java.lang { method public static java.lang.String toOctalString(long); method public static java.lang.String toString(long, int); method public static java.lang.String toString(long); method public static java.lang.String toUnsignedString(long, int); method public static java.lang.String toUnsignedString(long); method public static java.lang.Long valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(long); Loading Loading @@ -51339,6 +51356,8 @@ package java.lang { method public static short parseShort(java.lang.String) throws java.lang.NumberFormatException; method public static short reverseBytes(short); method public static java.lang.String toString(short); method public static int toUnsignedInt(short); method public static long toUnsignedLong(short); method public static java.lang.Short valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(short);
api/system-current.txt +19 −0 Original line number Diff line number Diff line Loading @@ -53436,6 +53436,8 @@ package java.lang { method public static byte parseByte(java.lang.String, int) throws java.lang.NumberFormatException; method public static byte parseByte(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.String toString(byte); method public static int toUnsignedInt(byte); method public static long toUnsignedLong(byte); method public static java.lang.Byte valueOf(byte); method public static java.lang.Byte valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Byte valueOf(java.lang.String) throws java.lang.NumberFormatException; Loading Loading @@ -54261,7 +54263,9 @@ package java.lang { method public static int bitCount(int); method public static int compare(int, int); method public int compareTo(java.lang.Integer); method public static int compareUnsigned(int, int); method public static java.lang.Integer decode(java.lang.String) throws java.lang.NumberFormatException; method public static int divideUnsigned(int, int); method public double doubleValue(); method public float floatValue(); method public static java.lang.Integer getInteger(java.lang.String); Loading @@ -54278,6 +54282,9 @@ package java.lang { method public static int numberOfTrailingZeros(int); method public static int parseInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseInt(java.lang.String) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String) throws java.lang.NumberFormatException; method public static int remainderUnsigned(int, int); method public static int reverse(int); method public static int reverseBytes(int); method public static int rotateLeft(int, int); Loading @@ -54289,6 +54296,9 @@ package java.lang { method public static java.lang.String toOctalString(int); method public static java.lang.String toString(int, int); method public static java.lang.String toString(int); method public static long toUnsignedLong(int); method public static java.lang.String toUnsignedString(int, int); method public static java.lang.String toUnsignedString(int); method public static java.lang.Integer valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(int); Loading Loading @@ -54329,7 +54339,9 @@ package java.lang { method public static int bitCount(long); method public static int compare(long, long); method public int compareTo(java.lang.Long); method public static int compareUnsigned(long, long); method public static java.lang.Long decode(java.lang.String) throws java.lang.NumberFormatException; method public static long divideUnsigned(long, long); method public double doubleValue(); method public float floatValue(); method public static java.lang.Long getLong(java.lang.String); Loading @@ -54346,6 +54358,9 @@ package java.lang { method public static int numberOfTrailingZeros(long); method public static long parseLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseLong(java.lang.String) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String) throws java.lang.NumberFormatException; method public static long remainderUnsigned(long, long); method public static long reverse(long); method public static long reverseBytes(long); method public static long rotateLeft(long, int); Loading @@ -54357,6 +54372,8 @@ package java.lang { method public static java.lang.String toOctalString(long); method public static java.lang.String toString(long, int); method public static java.lang.String toString(long); method public static java.lang.String toUnsignedString(long, int); method public static java.lang.String toUnsignedString(long); method public static java.lang.Long valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(long); Loading Loading @@ -54689,6 +54706,8 @@ package java.lang { method public static short parseShort(java.lang.String) throws java.lang.NumberFormatException; method public static short reverseBytes(short); method public static java.lang.String toString(short); method public static int toUnsignedInt(short); method public static long toUnsignedLong(short); method public static java.lang.Short valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(short);
api/test-current.txt +19 −0 Original line number Diff line number Diff line Loading @@ -50169,6 +50169,8 @@ package java.lang { method public static byte parseByte(java.lang.String, int) throws java.lang.NumberFormatException; method public static byte parseByte(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.String toString(byte); method public static int toUnsignedInt(byte); method public static long toUnsignedLong(byte); method public static java.lang.Byte valueOf(byte); method public static java.lang.Byte valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Byte valueOf(java.lang.String) throws java.lang.NumberFormatException; Loading Loading @@ -50994,7 +50996,9 @@ package java.lang { method public static int bitCount(int); method public static int compare(int, int); method public int compareTo(java.lang.Integer); method public static int compareUnsigned(int, int); method public static java.lang.Integer decode(java.lang.String) throws java.lang.NumberFormatException; method public static int divideUnsigned(int, int); method public double doubleValue(); method public float floatValue(); method public static java.lang.Integer getInteger(java.lang.String); Loading @@ -51011,6 +51015,9 @@ package java.lang { method public static int numberOfTrailingZeros(int); method public static int parseInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseInt(java.lang.String) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String, int) throws java.lang.NumberFormatException; method public static int parseUnsignedInt(java.lang.String) throws java.lang.NumberFormatException; method public static int remainderUnsigned(int, int); method public static int reverse(int); method public static int reverseBytes(int); method public static int rotateLeft(int, int); Loading @@ -51022,6 +51029,9 @@ package java.lang { method public static java.lang.String toOctalString(int); method public static java.lang.String toString(int, int); method public static java.lang.String toString(int); method public static long toUnsignedLong(int); method public static java.lang.String toUnsignedString(int, int); method public static java.lang.String toUnsignedString(int); method public static java.lang.Integer valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Integer valueOf(int); Loading Loading @@ -51062,7 +51072,9 @@ package java.lang { method public static int bitCount(long); method public static int compare(long, long); method public int compareTo(java.lang.Long); method public static int compareUnsigned(long, long); method public static java.lang.Long decode(java.lang.String) throws java.lang.NumberFormatException; method public static long divideUnsigned(long, long); method public double doubleValue(); method public float floatValue(); method public static java.lang.Long getLong(java.lang.String); Loading @@ -51079,6 +51091,9 @@ package java.lang { method public static int numberOfTrailingZeros(long); method public static long parseLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseLong(java.lang.String) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String, int) throws java.lang.NumberFormatException; method public static long parseUnsignedLong(java.lang.String) throws java.lang.NumberFormatException; method public static long remainderUnsigned(long, long); method public static long reverse(long); method public static long reverseBytes(long); method public static long rotateLeft(long, int); Loading @@ -51090,6 +51105,8 @@ package java.lang { method public static java.lang.String toOctalString(long); method public static java.lang.String toString(long, int); method public static java.lang.String toString(long); method public static java.lang.String toUnsignedString(long, int); method public static java.lang.String toUnsignedString(long); method public static java.lang.Long valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Long valueOf(long); Loading Loading @@ -51422,6 +51439,8 @@ package java.lang { method public static short parseShort(java.lang.String) throws java.lang.NumberFormatException; method public static short reverseBytes(short); method public static java.lang.String toString(short); method public static int toUnsignedInt(short); method public static long toUnsignedLong(short); method public static java.lang.Short valueOf(java.lang.String, int) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(java.lang.String) throws java.lang.NumberFormatException; method public static java.lang.Short valueOf(short);