in reply to get a key for a value revisited
Values should be unique for each and every key while getting the hash key using value(For this cenario). Otherwise you may not get the key which you want.
For example if you are having "apple" as a value in the h1 and h2 key. while getting the key using value(apple) you can't get your actual key which you want.
|
|---|