I have a class like this
class Test {
public static HashMap<String, String> aa = new HashMap<String, String>();
public void add() {
aa.put("something", "something")
}
}
I want to know how to get parameter which is pass during adding to HashMap . if there is any way to get it .
Aucun commentaire:
Enregistrer un commentaire