Java Hashmap Zdobądź tablicę kluczy
for (int key : myHashMap.keySet()){
// do stuff
}
PythonBoy2020
for (int key : myHashMap.keySet()){
// do stuff
}