Hi I have a map like this :
[this:0, is:1, a:2, file:3, anotherkey:4, aa:5]
I wish I could find the key\'s given the value>
key
value>
You'll probably have to iterate over the entry set yourself and try to find the entry with a matching value.