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