java hashmap obtenir une table de clés

for (int key : myHashMap.keySet()){
	// do stuff
}
PythonBoy2020