adolphor / blog-comments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HashMap中的hash方法实现解析 — Bob的城堡

adolphor opened this issue · comments

commented

https://adolphor.com/2018/01/23/the-implement-of-hash-method-in-hashmap/

简介HashMap使用的是哈希表形式的数据结构,为了尽可能的减少哈希碰撞,尽量将对象均匀分布在哈希表中,hash算法就至关重要。