Exception in thread "main" java.util.ConcurrentModificationException

Connected to the target VM, address: ‘127.0.0.1:53498’, transport: ‘socket’
Exception in thread “main” java.util.ConcurrentModificationException
at java.util.ArrayList.forEach(ArrayList.java:1252)
at com.naolubrain.controller.DataTreatingController.main(DataTreatingController.java:39)
Disconnected from the target VM, address: ‘127.0.0.1:53498’, transport: ‘socket’
在这里插入图片描述

不能对同一个list进行增删操作