当前位置: 技术问答>java相关
谁告诉我答案,我立马把100分都给他。骗人是小狗
来源: 互联网 发布时间:2015-02-24
本文导语: 创建hashmap时,可以自己定制它的load factor。谁能告诉我这个参数起什么作用? 不要贴api文档,我就是没看懂才问。英文差,没辙。 把这段文档帮我解释清楚也行 The load factor is a measure of how full the hash table is...
创建hashmap时,可以自己定制它的load factor。谁能告诉我这个参数起什么作用?
不要贴api文档,我就是没看懂才问。英文差,没辙。
把这段文档帮我解释清楚也行
The load factor is a measure of how full the hash table is allowed to get before its capacity is automatically increased. When the number of entries in the hash table exceeds the product of the load factor and the current capacity, the capacity is roughly doubled by calling the rehash method.
另外,rehash是什么东东
不要贴api文档,我就是没看懂才问。英文差,没辙。
把这段文档帮我解释清楚也行
The load factor is a measure of how full the hash table is allowed to get before its capacity is automatically increased. When the number of entries in the hash table exceeds the product of the load factor and the current capacity, the capacity is roughly doubled by calling the rehash method.
另外,rehash是什么东东
|
load factor,在数学里面叫填充因子。
用在散列函数中,设置合适可以提高效率。
用在散列函数中,设置合适可以提高效率。
|
填充因子是衡量哈希表自动增长之前的量度.当哈希表溢出时,他可以自动将哈希表容量成倍
扩充,这种方法叫rehash!
意思就是填充因子是用来分配空间的!防止溢出的!
扩充,这种方法叫rehash!
意思就是填充因子是用来分配空间的!防止溢出的!
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。