()
| 121 | } |
| 122 | |
| 123 | public short shortValue(){ |
| 124 | if(bipart == null) |
| 125 | return (short) lpart; |
| 126 | else |
| 127 | return bipart.shortValue(); |
| 128 | } |
| 129 | |
| 130 | public static BigInt valueOf(long val){ |
| 131 | return new BigInt(val, null); |
no outgoing calls
no test coverage detected