动听饼干

文章
4
资源
0
加入时间
2年10月17天

遍历iterator迭代器remove的问题开发小问题-遍历iterator迭代器remove的问题

开发小问题-遍历iterator迭代器remove的问题在实际场景中使用迭代器遍历时,使用remove出现的问题,先作简单的记录,后续再深入研究。应用场景对一个ma作keyset()遍历,判断 value 为目标值时从map中剔除。我的错误代码示例 @Test public void errorFuction() { Map<String, String> settleMap = new HashMap<>();