set method

void set(
  1. Field f,
  2. String value
)

Implementation

void set(Field f, String value) {
  values[f] = value;
}