updateAll method

void updateAll (
  1. String update(
    1. String key,
    2. String value
    )
)
inherited

Updates all values.

Iterates over all entries in the map and updates them with the result of invoking update.