putDouble static method

void putDouble(
  1. String key,
  2. double value
)

Implementation

static void putDouble(String key, double value) {
  appMap[key] = value;
}