java.util.ConcurrentModificationException

使用CopyOnWriteArrayList來代替ArrayList,CopyOnWriteArrayList支持併發訪問,因此同時進行迭代和修改是沒有問題的。併發

相關文章
相關標籤/搜索