Collection<Integer> syncCollection = Collections.synchronizedCollection(list)

List<Integer> syncList = Collections.synchronizedList(list);

参考

https://www.baeldung.com/java-synchronized-collections