()
| 147 | } |
| 148 | |
| 149 | @Override |
| 150 | public final long longValue() { |
| 151 | return (long) doubleValue(); |
| 152 | } |
| 153 | |
| 154 | // ------------------------------------------------------------------------ |
| 155 | // The Object API |
nothing calls this directly
no test coverage detected