HashMap aircraftHandling = new HashMap>(); HashMap tmp = new HashMap<>(); tmp.put(1.22, 200); tmp.put(5.62, 300); aircraftHandling.put("M", tmp);