码迷,mamicode.com
首页 > 其他好文 > 详细

HashMap记录

时间:2017-09-05 18:59:45      阅读:95      评论:0      收藏:0      [点我收藏+]

标签:bsp   zed   equal   根据   bucket   链表   null   key   sync   

1.HashMap接收null的键值

2.HashMap是非synchronized的

3.HashMap使用hashCode找到bucket的位置。bucket中存储的是键和值

4.当HashCode值相同时会在同一bucket中以链表形式存储

4.1 查找时根据HashCode找到bucket然后调用key.equals()

 

HashMap记录

标签:bsp   zed   equal   根据   bucket   链表   null   key   sync   

原文地址:http://www.cnblogs.com/Simon-M/p/7479889.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!