I have a very strange question, I have a HashMap
that has this two values
ids("pergunta","IdP");
The pergunta
is a String and IdP
is an Int
I now to get the value of the IdP I have to do int a = ids.get("IdP");
?