athenian-programming / java-contains-example

Repository from Github https://github.comathenian-programming/java-contains-exampleRepository from Github https://github.comathenian-programming/java-contains-example

Java equality and contains example

This repo demonstrates the importance of defining equals() and hashCode() methods.

The String class comes with equals() and hashCode() definitions.

See what happens in ObjectExample when MyObj doesn't have equals() and hashCode() defined.

About


Languages

Language:Java 100.0%