simply use this code for use map of map. Map<String, Map<String, Integer>> outerMap = new HashMap<>(); Map<String, Integer> innerMap = new ...
確定! 回上一頁