I thought equals() method was overriden (ie. was performing "deep" comparison) only in
String and Boolean wrapper classes.
Now I encountered an example in Poddar Questions where Double seems to overriding equals() as well...
What is finally the list of all wrapper classes overriding Object's equals() method?
Thank you!!