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

this.students = new HashMap<String,Student>(); 这句该怎么理解?

public MapTest(){

this.students = new HashMap<String,Student>();

}


正在回答

2 回答

把当前对象的students指向一个HashMap对象,其实就是把students变成了Map的键值对形式了

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

是一个构造方法,通过该方法来新建students对象。

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

举报

0/150
提交
取消

this.students = new HashMap<String,Student>(); 这句该怎么理解?

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