HashMap的hash()

爲什麼要有HashMap的hash()方法,難道不能直接使用KV中K原有的hash值嗎?在HashMap的put、get操作時爲什麼不能直接使用K中原有的hash值。 /** * Computes key.hashCode() and spreads (XORs) higher bits of hash * to lower. Because the table uses p
相關文章
相關標籤/搜索