Wiki Markup |
---|
Classes that overridesoverride the {{Object.equals()}} method must also override the {{Object.hashCode()}} method. The {{java.lang.Object}} class requires that any two objects that compare equal using the {{equals(Object)}} method must produce the same integer result when the {{hashCode()}} method is invoked on the objects \[[API 2006|AA. Bibliography#API 06]\]. |
...