为了账号安全,请及时绑定邮箱和手机立即绑定

尽管使用synchronized,ConcurrentModificationException

尽管使用synchronized,ConcurrentModificationException

尚方宝剑之说 2019-07-23 15:32:36
尽管使用synchronized,ConcurrentModificationExceptionpublic synchronized X getAnotherX(){    if(iterator.hasNext()){    X b = iterator.next();    String name = b.getInputFileName();   ...    return b;   }   else{return null;}  }尽管声明头中的synchronized语句,我仍然在我使用iterator.next()的行中得到一个ConcurrentModificationException异常; 什么错了?
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 753 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信