Last active
April 6, 2017 09:33
-
-
Save romach/15628e7f4bd1d2cb7bac31eac0860928 to your computer and use it in GitHub Desktop.
Create synchronized 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
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