Java Hashmap Zdobądź tablicę kluczy

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