写一段代码在遍历 ArrayList 时移除一个元素?

Posted 咔啡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了写一段代码在遍历 ArrayList 时移除一个元素?相关的知识,希望对你有一定的参考价值。

 

该问题的关键在于面试者使用的是 ArrayList  remove() 还是 Iterator  

remove()方法这有一段示例代码是使用正确的方式来实现在遍历的过程中移 

除元素而不会出现 ConcurrentModificationException 异常的示例代码

以上是关于写一段代码在遍历 ArrayList 时移除一个元素?的主要内容,如果未能解决你的问题,请参考以下文章

markdown 遍历集合时移除元素

在 iOS 上使用 setBackgroundImage 时移除 UIButton 的阴影

使用 na.rm=TRUE 时移除 NaN

android EditText,单击另一个对象时移除焦点

在 UITableView 中滚动时移除 UIView

在框架外点击时移除视图