HashMap
Key-value store.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Declare HashMap<String, Integer> ages = new HashMap<>();
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Key-value store.
Declare HashMap<String, Integer> ages = new HashMap<>();