Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created November 7, 2017 00:42
Show Gist options
  • Select an option

  • Save mcupak/f44eed08a29e86c5a3cf05c28fddeef1 to your computer and use it in GitHub Desktop.

Select an option

Save mcupak/f44eed08a29e86c5a3cf05c28fddeef1 to your computer and use it in GitHub Desktop.
jshell> List<String> list = Collections.unmodifiableList(new ArrayList<>(Arrays.asList("a", "b", "c")));
list ==> [a, b, c]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment