Crie objeto de hashmap com a chave inteira e o valor da string

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