forEach method
- void action(
- String key,
- String value
inherited
Applies f
to each key/value pair of the map.
Calling f
must not add or remove keys from the map.
Applies f
to each key/value pair of the map.
Calling f
must not add or remove keys from the map.