Open cowchipkid opened 7 years ago
When the hashCode function of two Comparable objects yield the same value, they should also compare to equals. This is in the Java spec. In the case of the Lexicon class, this is not so.
When the hashCode function of two Comparable objects yield the same value, they should also compare to equals. This is in the Java spec. In the case of the Lexicon class, this is not so.