Set a field's value by field variable. Primitive types must be "boxed" in the appropriate object wrapper type. @param field the field whose value is to be set. @param value the value to be assigned to field.
(F field, Object value)
| 58 | * @param value the value to be assigned to field. |
| 59 | */ |
| 60 | void setFieldValue(F field, Object value); |
| 61 | |
| 62 | /** |
| 63 | * Performs a deep copy of this instance and returns the copy. |
no outgoing calls