https://www.zenghao.xyz/2021/11/22/checkForComodification/ 123456789101112//执行这段代码是会抛出异常 ConcurrentModificationExceptionfor (String str : list) { if ("remove".equals(str)) { list.remove(str); }}//具体位置final void ch
https://www.zenghao.xyz/2021/11/22/checkForComodification/
123456789101112//执行这段代码是会抛出异常 ConcurrentModificationExceptionfor (String str : list) { if ("remove".equals(str)) { list.remove(str); }}//具体位置final void ch