can you add a key value and then add value to it java map code example
Example: java add to map
HashMap<String, String> map = new HashMap<>();
map.put("key", "value");
HashMap<String, String> map = new HashMap<>();
map.put("key", "value");