4 lines
69 B
Text
4 lines
69 B
Text
|
|
for (String key : map) {
|
||
|
|
// the variable "key" is defined here
|
||
|
|
}
|