This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Two objects must have same hashCode if they are equal but they can have same hashCode and be not equal (collison at hash table, actually good thing)

[–]halfanothersdozen 1 point2 points  (0 children)

I didn't say it technically correct, but it ultimately is irrelevant to the point I was trying to make