updateAll method

view source

void updateAll (V update(K key, V value)) inherited

Implementation

void updateAll(V update(K key, V value)) {
  throw UnsupportedError("Cannot modify unmodifiable map");
}