(Object instance)
| 146 | } |
| 147 | |
| 148 | public char getChar(Object instance) throws IllegalAccessException { |
| 149 | return ((Character) get(instance)).charValue(); |
| 150 | } |
| 151 | |
| 152 | public int getInt(Object instance) throws IllegalAccessException { |
| 153 | return ((Integer) get(instance)).intValue(); |