mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
quick sketches of various SWT 3.3 dependencies
This commit is contained in:
@ -53,6 +53,11 @@ public final class Float extends Number {
|
||||
return (double) value;
|
||||
}
|
||||
|
||||
public static float parseFloat(String s) {
|
||||
// todo
|
||||
throw new NumberFormatException(s);
|
||||
}
|
||||
|
||||
public static native int floatToRawIntBits(float value);
|
||||
|
||||
public static native float intBitsToFloat(int bits);
|
||||
|
Reference in New Issue
Block a user