A programmer is developing a class Key, that will be used as a key in a standard java.util.HashMap. Which two methods should be overridden to assure that Key works correctly as a key?()
- A、public int hashCode()
- B、public void hashCode()
- C、public int compareTo(Object o)
- D、public boolean equals(Object o)
- E、public boolean compareTo(Key k)
正确答案:A,D
答案解析:有
微信扫一扫手机做题