I have a 1 to 1 map. What's the best way to find keys from values,
i.e.
For examples if the map is this
KEY VALUE
a 1
b 2
c 3
d 4
I want to be able to find that key corresponding to 3 is C.
Thanks!
See Question&Answers more detail:os