Method Yp.Map()->map()
- Method map
 voidmap(function(string,string:void)fun)- Description
 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).