JDK 8 code review request for initial unsigned integer arithmetic library support (original) (raw)
Ulf Zibis Ulf.Zibis at gmx.de
Fri Jan 20 20:27:24 UTC 2012
- Previous message: JDK 8 code review request for initial unsigned integer arithmetic library support
- Next message: hg: jdk8/tl/jdk: 7118809: rcache deadlock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 20.01.2012 16:12, schrieb Ulf Zibis:
A little different approach...
Instead e.g. int Byte.unsignedIntValueOf(byte x) aka int Byte.toUnsignedInt(byte x) I would vote for int Integer.unsignedValueOf(byte x)
Alternative: int Integer.valueAsUnsigned(byte x)
-Ulf
- Previous message: JDK 8 code review request for initial unsigned integer arithmetic library support
- Next message: hg: jdk8/tl/jdk: 7118809: rcache deadlock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]