forEach method

view source

void forEach (void action(K key, V value)) inherited

Implementation

void forEach(void action(K key, V value)) {
  _map.forEach(action);
}