Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 259 Bytes

File metadata and controls

7 lines (4 loc) · 259 Bytes

hashCode() and equals(Object o)

Overriding sample

Sample overriding implementation and testing of hashCode() and equals(Object o).

Fully inspired by Joshua Bloch. (2013). Effective Java (2nd Edition). Addison-Wesley Professional.