Skip to content

Instantly share code, notes, and snippets.

@gyselph
Created January 15, 2021 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyselph/ed12f3ae8b1e19333431536d0d3c1f80 to your computer and use it in GitHub Desktop.
Save gyselph/ed12f3ae8b1e19333431536d0d3c1f80 to your computer and use it in GitHub Desktop.
Java 7 to 15: new Collections
jshell> List<Integer> list = List.of(1, 2, 3, 4)
b ==> [1, 2, 3, 4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment