I\'d like to create a map that contains entries consisting of (int, Point2D)
map
(int, Point2D)
How can I do this in Java?
I tried the following unsuc
Map hm = new HashMap();