boolean evict) { Node<K,V>[] tab; Node<K,V> p; int n, i; if ...
这个O(1)相对的是HashSet的长度n而言的,不是一条指令的意思。除了比较hashcode,还会做equal比较。