Erstellen Sie das Objekt von HashMap mit Ganzzahlschlüssel und String -Wert

HashMap<String, Integer> numbers = new HashMap<>();
Astra Lee