HashMap: getKey()
in
Programming Questions
•
10 months ago
Is there a way to return the key for a HashMap as an integer? I used integers as the key and I'm trying to get integers back when I call getKey() but it returns objects.
1