摘要:
HashMap 中hash table 定位算法:int hash = hash(key.hashCode()); int i = indexFor(hash, table.length); 其中indexFor和hash源码如下:/** * Applies a supplemental ... 阅读全文
posted @ 2015-06-08 00:52
每当变幻时
阅读(5872)
评论(2)
推荐(0)
2015年6月8日
2015年6月7日
2015年5月17日
2015年4月10日
2015年3月4日
2015年2月27日
2015年2月21日
2015年2月10日
2015年1月21日
2015年1月20日