(Object x)
| 1426 | } |
| 1427 | |
| 1428 | static public short uncheckedShortCast(Object x){ |
| 1429 | return ((Number) x).shortValue(); |
| 1430 | } |
| 1431 | |
| 1432 | static public short uncheckedShortCast(byte x){ |
| 1433 | return x; |
nothing calls this directly
no test coverage detected