Android Question Find key from value in map or list

kenten123

Member
Licensed User
Longtime User
Is there any way to do a reverse lookup in a map (or list). Given that I know a Value is there a way to find the corresponding Key directly - that is, without iterating over all indexes ?

Thanks for any help.

Ken
 
Top