Created
November 7, 2017 00:42
-
-
Save mcupak/f44eed08a29e86c5a3cf05c28fddeef1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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