Menu

#27 BidiMap.values() Set: equals(Object) broken

open
nobody
None
5
2009-06-02
2009-06-02
No

AbstractDualBidiMap.Values should delegate to inverseMap.keySet() rather than forwardMap.values(). equals(Object), hashCode() and toString() behave differently for a Set than a Collection.

Discussion


Log in to post a comment.