Was trying to understand the internal working of HashSet when Class objects are used as elements of the set. Here is what i have done => Code <=. Found that the Object id are same for all the values in the map.
What does this mean ? Shouldn't they be different, as i have created new instances of Class Element ?