Name: Anonymous 2009-05-18 5:38
I want to put an equals() method in all of mine immutable (final) classes.
Should I use the instanceof or the getClass() approach?
thanks!
Should I use the instanceof or the getClass() approach?
thanks!