(Object x)
| 1550 | } |
| 1551 | |
| 1552 | static public float uncheckedFloatCast(Object x){ |
| 1553 | return ((Number) x).floatValue(); |
| 1554 | } |
| 1555 | |
| 1556 | static public float uncheckedFloatCast(byte x){ |
| 1557 | return x; |
nothing calls this directly
no test coverage detected