coding
CME
并发修改异常
Java 中的一个运行时异常,通常在对集合进行迭代的过程中修改了集合结构时(例如,增删元素)抛出
ConcurrentModificationException (error de java)