Closed sappenin closed 7 years ago
The .equals and hashcode method should always defer to the value() of the address. Define this in the interface with some javadoc to make this part of the interface's contract. Same for Hashcode and toString. See Collection.java for prior-art.
Collection.java
The .equals and hashcode method should always defer to the value() of the address. Define this in the interface with some javadoc to make this part of the interface's contract. Same for Hashcode and toString. See
Collection.java
for prior-art.