HashMap<key type, value type> hashMap = new HashMap<>(); //생성 hashMap.put("철수",20); //데이터 추가 hashMap.get("철수"); //데이터 가져오기