java hashmap mendapatkan array kunci

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