Skip to content

Instantly share code, notes, and snippets.

@deathbeam
Created August 18, 2015 20:13
Show Gist options
  • Save deathbeam/04bdd58b275db9984d0e to your computer and use it in GitHub Desktop.
Save deathbeam/04bdd58b275db9984d0e to your computer and use it in GitHub Desktop.
Pseudo vecicka :D
//pseudooooo
new ArrayList() {{
add(something);
add(something);
}};
//pseudooooo
new ArrayList() {
ArrayList () {
super();
add(something);
add(something);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment