在Java 8中,可以通过以下步骤对Map中的键进行排序:
List<Map.Entry<String, Integer>> list = new ArrayList<>(map.entrySet());