putInt static method

void putInt(
  1. String key,
  2. int value
)

Implementation

static void putInt(String key, int value) {
  appMap[key] = value;
}