hashmap kotlin foreach code example Example: kotlin map foreach map.forEach { (key, value) -> println("$key = $value") }