1.I assume that the hash collision mechanism uses toString() to resolvewhich String you are specifying.If the toString() isused, and I have not provided a MyKey specific toString(), then thedefault toString() is the class name plus the hash.2.
1.I assume that the hash collision mechanism uses toString() to resolve
TumugonBurahinwhich String you are specifying.
If the toString() is
used, and I have not provided a MyKey specific toString(), then the
default toString() is the class name plus the hash.
2.