
I just want to make sure I get it right. My first impression was that if you add an object to a HashSet and overide the equals(Object o) method of the object then the HashSet will be looking at the new equals(Object o) method to verify whether a key is…
Write a comment