📜  我们用一个总是返回相同值的函数覆盖了 Object 的 hashCode() 函数,并将 Object 作为 Hashmap 的键.这个 HashMap 的 get() 函数的复杂度是多少? - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:03.828000             🧑  作者: Mango

代码示例1
We have overridden the hashCode() function of an Object with a function that always returns the same value and put the Object as a key of a Hashmap. What is the complexity of the get() function of this HashMap?