猿问
过期问题
iPotato94
浏览 1442
回答 2
2回答
手插口袋_
student是HashMap类型 就代表 student 就是个HashMap而HashMap 有序 估计是因为你往里面存值的时候就是按着顺序存的。。
0
0
0
iPotato94
public Map<String, Student> students; public MapTest(){ this.students = new HashMap<String, Student>(); }这几句代码不是表明student是HashMap类型吗?为什么是打印出来是有序的?
0
0
0
随时随地看视频
慕课网APP
相关分类
Java
我要回答