I understood, we need to implement hashcode for hashing based collections. I got upto this point but I am thinking if there are any other uses of hashcode in Java than this one. Is it something, for hashing collections, this hashcode method is invented specifically in Java?
Thanks in advance.