(Object instance)
| 158 | } |
| 159 | |
| 160 | public long getLong(Object instance) throws IllegalAccessException { |
| 161 | return ((Long) get(instance)).longValue(); |
| 162 | } |
| 163 | |
| 164 | public double getDouble(Object instance) throws IllegalAccessException { |
| 165 | return ((Double) get(instance)).doubleValue(); |