首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

The type Map is not generic; it cannot be parameterized with arguments,该如何处理

2012-09-27 
The type Map is not generic it cannot be parameterized with arguments前段时间还好好的,现在就出现这

The type Map is not generic; it cannot be parameterized with arguments
前段时间还好好的,现在就出现这个错误
The type Map is not generic; it cannot be parameterized with arguments

[解决办法]
你的map里装入的参数,与你定义的泛型不同吧

热点排行