📅  最后修改于: 2022-03-11 14:55:03.828000             🧑  作者: Mango
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?