java hashmap obtenir une table de clés
for (int key : myHashMap.keySet()){
// do stuff
}
PythonBoy2020
for (int key : myHashMap.keySet()){
// do stuff
}