You need to sign in to do that
Don't have an account?

How do I get key from a value in map
Hello Frens,
I have a map<ID,ID>. Is there any way I get the key from value ?
ex: Map<1,101>
I have access to 101 but anyway I can get its key ?
Note: values are unique too. No redundant values.
I have a map<ID,ID>. Is there any way I get the key from value ?
ex: Map<1,101>
I have access to 101 but anyway I can get its key ?
Note: values are unique too. No redundant values.
I think this is a good idea. I will try.
Thank You.