mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
various classpath updates to help SWT build
This commit is contained in:
@ -36,6 +36,10 @@ public final class Integer extends Number {
|
||||
return toString(v, 10);
|
||||
}
|
||||
|
||||
public static String toHexString(int v) {
|
||||
return toString(v, 16);
|
||||
}
|
||||
|
||||
public byte byteValue() {
|
||||
return (byte) value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user