svoid setDynObjectValue(DynamicObject o, S field, O value) { o.fieldValues = syncMapPut2_createLinkedHashMap(o.fieldValues, field, value); }