java HashMap 实现

计算 hash 

(key == null) ? 0 : (h = key.hashCode()) ^ (h >>> 16)

posted on 2019-10-17 23:18  bwlx  阅读(104)  评论(0编辑  收藏  举报

导航