Заметки по основам Java Создать коллекцию: import java.util.HashMap; HashMap<Integer, String> myMap = new HashMap<>();