Skip to content

Instantly share code, notes, and snippets.

@romach
Last active April 6, 2017 09:33
Show Gist options
  • Save romach/15628e7f4bd1d2cb7bac31eac0860928 to your computer and use it in GitHub Desktop.
Save romach/15628e7f4bd1d2cb7bac31eac0860928 to your computer and use it in GitHub Desktop.
Create synchronized list
List<Object> objects = Collections.synchronizedList(new ArrayList<Object>());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment