void map(function(string:void) fun)
Call a function for each entry in the map.
For each entry in the map, call the function fun .
The function will be called like void fun(string key, string value).
void fun(string key, string value)