3 lines
96 B
Text
3 lines
96 B
Text
for ((String key, Int value) : map) {
|
|
// the variables "key" and "value" are defined here
|
|
}
|