标签:sync 集合类 collect 集合 查找 返回 设置 arraylist 操作
List<String> list = Collections.synchronizedList(new ArrayList<>());
集合05_Collections工具类
原文地址:https://www.cnblogs.com/pycrab/p/8934067.html