effective-java-3e-source-code
effective-java-3e-source-code copied to clipboard
List of java classes with overriden equals and hashcode
Hi Josh, First of all its an honor to write to you.
Secondly I was hoping if you can point out some more classes like Float,Arrays and other classes where there is an overridden equals and hashCode method.
Also where can I find the native implementation for equals and hashCode method for Linux platofrm
- Checkout other wrapper classes.
- In the source code of respective platform classes.