Tuesday, July 12, 2005

Importance of equals() and hashCode() ...

An interesting point has been blogged on my friend's blog. It indeed gave some insight into using the equals() and hasCode() methods for objects used in HashMap and the rest java.util.Hash* Collections. One related link in this regard:
http://www.mindprod.com/jgloss/hashtable.html

No comments: