I have a hash-based collection of objects, such as HashSet or HashMap. What issues can I run into when the implementation of hashCode()
HashSet
HashMap
hashCode()
The Javadoc spefically says that the built-in Collections don't support this. So don't do it.