Does anyone know if Field.getDouble(Object) boxes and unboxes a double internally?
Thanks, RB
|
Does anyone know if Field.getDouble(Object) boxes and unboxes a double internally? Thanks, RB |
|||
|
|
|
If you use Field.getDouble() on a |
|||
|
|
|
Per the Sun/Oracle Reflection API tutorial:
|
|||
|
|