【发布时间】:2016-05-15 22:27:40
【问题描述】:
任何想法为什么下面的行有相关的错误消息?谢谢。
代码
Map<int,boolean> buffer = new HashMap<int, boolean>();
错误信息
Description Resource Path Location Type
Syntax error, insert "Dimensions" to complete ReferenceType
【问题讨论】:
-
您不能在地图中使用原始类型