I have two sets in Java that compare Item objects. Is there a method to compare the sets so that Item's equals method is invoked and not just compare references?
|
|
||||
|
|
|
Each child of
So in fact this relies on the |
|||
|
|
|
This is the default behaviour, if it's not what you're seeing then check that you're overriding hashCode as well. See the following code for an example:
This outputs:
|
|||
|
|