Code: Map<String,Integer> data = new HashMap<String,Integer>(); data.put("DE", 100); Bitte. Ich rate dir nur davon ab Datenstrukturen zu benutzen die dir nicht vollends klar sind.
Map<String,Integer> data = new HashMap<String,Integer>(); data.put("DE", 100);
--
Foren-Regeln