久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

為什么HashMap的初始容量是16(2的冪)和Hashtable的初

Why is the initial capacity in HashMap 16 (power of two) and the initial capacity of Hashtable 11(prime number)?(為什么HashMap的初始容量是16(2的冪)和Hashtable的初始容量是11(素數)?) - IT屋-程序員軟件開發技術分享社
本文介紹了為什么HashMap的初始容量是16(2的冪)和Hashtable的初始容量是11(素數)?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

如果您知道,請描述原因.我用谷歌搜索了它,但沒有找到解釋清楚的答案.

Please describe the reason if you know. I Googled it, but didn't find well explained answers.

當您的 hashCode 為負數時,是否使存儲桶的索引為正數?

Is it for making index of bucket positive when your hashCode is negative?

推薦答案

對于HashMap,存儲Map的條目的數組中的索引是這樣計算的(其中h 由 key 的 hashCode 計算得出):

For HashMap, the index in the array that stores the entries of the Map is calculated this way (where h is calculated from the hashCode of the key):

static int indexFor(int h, int length) {
    return h & (length-1);
}

其中 length 是數組的長度.

Where length is the length of the array.

這僅在 length 是 2 的冪時有效.如果 length 不是 2 的冪,則必須將此代碼更改為效率較低的 返回 h % 長度.

This only works when length is a power of 2. If length wasn't power of 2, you would have to change this code to the less efficient return h % length.

這篇關于為什么HashMap的初始容量是16(2的冪)和Hashtable的初始容量是11(素數)?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Convert List of Strings into Map using Java-8 Streams API(使用 Java-8 Streams API 將字符串列表轉換為 Map)
Getting data from JSON(從 JSON 獲取數據)
java linkedhashmap iteration(javalinkedhashmap迭代)
Converting a list of objects to Map(將對象列表轉換為 Map)
Create a HashMap with a fixed Key corresponding to a HashSet. point of departure(用一個固定的Key對應一個HashSet創建一個HashMap.出發點)
HttpMessageConverter exception : RestClientException: Could not write request: no suitable HttpMessageConverter found(HttpMessageConverter 異常:RestClientException:無法寫入請求:找不到合適的 HttpMessageConverter) - IT屋-程序員
主站蜘蛛池模板: 免费一区二区在线观看 | 黄瓜av | 日韩一区二区三区视频 | 日韩av免费在线观看 | 国产精品久久久久久久久婷婷 | 欧美一区二区在线免费观看 | 国产aⅴ爽av久久久久久久 | 久久久一| 国产精品久久午夜夜伦鲁鲁 | 色综合国产 | 亚洲精品一区在线观看 | 久久网一区二区三区 | 成人在线观看网址 | 日韩欧美二区 | 久久精品国产免费看久久精品 | 精品国产免费一区二区三区演员表 | 国产丝袜一区二区三区免费视频 | 天堂一区二区三区 | 欧美日韩亚洲一区 | 欧美一区二区在线视频 | 国产真实精品久久二三区 | 91精品国产91久久久久久吃药 | 国产精品一区二区不卡 | 国产精品视频在线播放 | 中文在线一区二区 | 久久久这里只有17精品 | 国产一级精品毛片 | a级大片免费观看 | 中文字幕 在线观看 | 妖精视频一区二区三区 | 99成人免费视频 | 婷婷综合网| 天天草天天干 | 久久久免费电影 | 视频三区 | 一级少妇女片 | 欧美三级在线 | 国产精品久久国产精品 | 欧美日韩在线视频一区 | 免费看黄色片 | 一区中文字幕 |