标签:
介绍一个我今天在开发中遇到的异常:ConcurrentModificationException异常,当然它是一个非受检的异常,也就是运行时异常。
当我们在遍历集合对象的时候,不能够将集合删除。最佳实践是使用集合迭代器 Iterator,删除。
参考资料:
ConcurrentModificationException异常 - lirunfa的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/lirunfa/article/details/7353857
ConcurrentModificationException异常
标签:
原文地址:http://www.cnblogs.com/liwei1419/p/4310057.html