(Object instance)
| 150 | } |
| 151 | |
| 152 | public int getInt(Object instance) throws IllegalAccessException { |
| 153 | return ((Integer) get(instance)).intValue(); |
| 154 | } |
| 155 | |
| 156 | public float getFloat(Object instance) throws IllegalAccessException { |
| 157 | return ((Float) get(instance)).floatValue(); |