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

出现了类型转换问题

Set<Map.Entry<Goods, Integer>> goods = cart.getAllgoods().entrySet();

for (Map<Goods, Integer> obj : goods)

上面两句代码出现的类型转换问题,怎么解决??

Type mismatch: cannot convert from element type Map.Entry<Goods,Integer> to Map<Goods,Integer>

正在回答

1 回答

改成for (Map.Entry<Goods, Integer> obj : goods)

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

出现了类型转换问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信