aspose file tools
The moose likes Beginning Java and the fly likes Overriding equals() method within a subclass Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply locked New topic
Author

Overriding equals() method within a subclass

Jon Camilleri
Ranch Hand

Joined: Apr 25, 2008
Posts: 659

I would like to override the equals() method within a sub-class, how do I go about it?







Jon
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32654
    
    4
I have already given you information here, so shall we continue the discussion there?

Closing this thread.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Overriding equals() method within a subclass
 
Similar Threads
Best way to represent cards?
Compare an Object to an Enum list
Arraylist insights
cannot read a Collection of a custom class as a parameter
looping through an enum?