gpt4 book ai didi

Java - 允许 null 作为 HashMap 键的原因?

转载 作者:搜寻专家 更新时间:2023-10-31 19:40:54 26 4
gpt4 key购买 nike

为什么 Java 决定允许 'null' 作为 HashMap 中的键?众所周知,hashcode() 不能根据空值计算。这个决定是否有任何设计考虑允许 HashMap 中的空键,而 Hashtable 中不存在(除了考虑作为默认值)?

最佳答案

来自JDK 1.2 Java Collections API Change Summary (不确定在 Oracle 网站上哪里可以找到正式版本):

Added null-key support to HashMap. This was done for consistency with TreeMap and the late, unlamented ArrayMap, and because customers requested it. Now all of our general-purpose collection implementations accept null keys, values and elements.

Joshua Bloch and Doug Lea disagreed on this ,这给 concurrent hash maps 带来了问题.

关于Java - 允许 null 作为 HashMap 键的原因?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9912600/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com