Skip to content

Instantly share code, notes, and snippets.

@filipveschool
Created May 22, 2018 11:33
Show Gist options
  • Save filipveschool/c67f9e28a00b15bda991d07c4d554334 to your computer and use it in GitHub Desktop.
Save filipveschool/c67f9e28a00b15bda991d07c4d554334 to your computer and use it in GitHub Desktop.
java 9 java 10
Map<Integer, String> map =` `new` `HashMap<>(); var idToNameMap =` `new` `HashMap<Integer, String>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment