forEach

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

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

Can be optimized in implementations

Report a problem