History log of /libcore/luni/src/test/java/libcore/java/lang/ShortTest.java
Revision Date Author Comments
e2f147b9b14c7645f29e92758f811a18258feef4 04-May-2016 Yi Kong <yikong@google.com> Port OpenJDK8 unsigned methods

Adds following methods with tests:

java.lang.Byte#toUnsignedInt
java.lang.Byte#toUnsignedLong
java.lang.Integer#compareUnsigned
java.lang.Integer#divideUnsigned
java.lang.Integer#parseUnsignedInt
java.lang.Integer#remainderUnsigned
java.lang.Integer#toUnsignedLong
java.lang.Integer#toUnsignedString
java.lang.Long#compareUnsigned
java.lang.Long#divideUnsigned
java.lang.Long#parseUnsignedLong
java.lang.Long#remainderUnsigned
java.lang.Long#toUnsignedString
java.lang.Short#toUnsignedInt
java.lang.Short#toUnsignedLong

Bug: 28582540
Change-Id: I715f146ba45f15f588a2aed38e2b85cebe98f747
8070af12e129cf6c9c82cf8dd3116aa20a2ebd6d 01-Apr-2016 Yi Kong <yikong@google.com> Port max,min,sum,hashCode,BYTES for basic data types

We implemented these methods/fields for some basic data types, we
should do the same for all the rest for consistency.

Bug: 27960078
Change-Id: I94711ee8d437e932c423579cd7146d63cbb3c615
(cherry picked from commit cf86f3319e738c76c5e97ad95bb8a4e30654a787)
cf86f3319e738c76c5e97ad95bb8a4e30654a787 01-Apr-2016 Yi Kong <yikong@google.com> Port max,min,sum,hashCode,BYTES for basic data types

We implemented these methods/fields for some basic data types, we
should do the same for all the rest for consistency.

Bug: 27960078
Change-Id: I94711ee8d437e932c423579cd7146d63cbb3c615
c3adcfb1339de546aed6e7ff00a7edb020b8a85b 01-Mar-2011 Elliott Hughes <enh@google.com> Add new java.lang.*.compare methods.

Bug: 3484927
Change-Id: I1e1ddf9ea84144d737f4c419f37f9854671d267f