hashmap get keys as array code example Example: java hashmap get array of keys for (int key : myHashMap.keySet()){ // do stuff }