Created
May 11, 2016 18:40
-
-
Save virgilio/b3a573379aa86f98a93637b26f51c822 to your computer and use it in GitHub Desktop.
Arrays as list
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
| // Array to list snippet | |
| // Returns a ArrayList of String! Great for inline initialization of Lists and its implementations | |
| Arrays.asList("oi", "tudo", "bem", | |
| "Jovem!", "Sucesso aí?", "É nois que voa bruxão") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment