Creating a hashCode() Method - Java

后端 未结 4 1111
暗喜
暗喜 2020-12-08 21:12

I\'m having some trouble writing a hashCode() method for a class I created. This class is meant to be used inside a TreeSet, and as such, it implements Comparab

4条回答
  •  醉酒成梦
    2020-12-08 22:13

    Intellij IDEA can do this as a ' right-click' feature. Just seeing it done correctly will teach you alot.

    And you should override both in any case.

提交回复
热议问题