mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
Merge commit 'origin/powerpc' into powerpc
This commit is contained in:
commit
3e08a2f875
@ -90,6 +90,10 @@ public final class Long extends Number implements Comparable<Long> {
|
||||
return toString(v, 10);
|
||||
}
|
||||
|
||||
public static String toHexString(long v) {
|
||||
return toString(v, 16);
|
||||
}
|
||||
|
||||
public byte byteValue() {
|
||||
return (byte) value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user