static A setDyn(A o, S key, O value) { if (o == null) ret; o.fieldValues.put(key, value); ret o; }