RosettaCodeData/Task/Associative-array-Creation/Ecstasy/associative-array-creation-...

4 lines
69 B
Plaintext

for (String key : map) {
// the variable "key" is defined here
}