//the list
List<String> MyList = new ArrayList<String>;
MyList.add("un");
MyList.add("deux");
MyList.add("trois");
// the map
Map<String, String> map = new HashMap<Integer, String>();
hash_map.put("ab", "stack");
hash_map.put("bc", "over");
hash_map.put("de", "flow");
// the new map
Map<String, <String, String>> newMap:
("un", ("ab", "stack"))
("deux",("bc", "over"))
("trois",("de", "flow"))
对不起,我希望现在更加清楚。 对不起,我希望现在情况更加清楚。