久久久久久久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屋-程序員
主站蜘蛛池模板: 91免费黄| 日韩三级一区二区 | 四虎影音 | 欧美视频在线观看 | 亚洲午夜在线观看 | 四虎毛片 | 欧美色综合 | 999久久久精品 | 国产91清纯白嫩初高中在线观看 | 中文字幕日韩高清 | 91av免费观看| 中文字幕在线观看亚洲 | 久久精品中文 | 国产日韩一区二区 | 免费淫片 | av一区在线 | 日韩一区二区av | 日韩欧美不卡 | 一二三四区在线观看 | 色综合久久88色综合天天 | 色综合久久88色综合天天 | 亚洲激情在线 | 最新日韩在线 | 亚洲黄色大片 | 国产欧美日韩综合精品 | 国产区视频在线观看 | 国产高清91 | 丰满少妇高潮在线观看 | 色爱综合网| 亚洲精品网站在线观看 | 99看片| 青青草在线播放 | 亚洲午夜天堂 | 久久精品欧美一区二区三区不卡 | 成人午夜毛片 | 日韩视频中文字幕 | 日韩久久久久久久 | 国产精品人人做人人爽人人添 | 欧美国产激情 | 亚洲成人av | 国产成人黄色 |