Create synchronized list
List<Object> objects = Collections.synchronizedList(new ArrayList<Object>());