L'implementazione sarà qualcosa del genere
codice:
public void testmethod(Map<String, Integer> s){
   s.put("ciao",new Integer(5));
}