Bonjour
qqn peut-il m'aider
je voudrais une hashmap qui contienne un premier champ String comme clé un deuxieme une List et 2 champs int
mais bon c pas possible avec 4 arguments, existe-t-il quelquechose pour le faire?Code:static Map<String,List,Integer,Integer> m=new HashMap<String,List,Integer,Integer>();