3 lines
61 B
Java
3 lines
61 B
Java
|
|
for (String key : map.keySet())
|
||
|
|
System.out.println(key);
|