摘要: 1.ConcurrentModificationException ConcurrentModificationException 出现在使用 ForEach遍历,迭代器遍历的同时,进行删除,增加出现的异常。平常使用的ArrayList, HashMap都有可能抛出这种异常,粗心的话,很容易犯这种错 阅读全文
posted @ 2017-09-29 23:49 zY- 阅读(1427) 评论(0) 推荐(0) 编辑