forEach

open fun forEach(body: (String, List<String>) -> Unit)

Iterates over all entries in this map and calls body for each pair

Can be optimized in implementations