listArrayList《Map.Entry《Integer,Integer》》 entryList = new ArrayList《》(map.entrySet());这样写是将map转list吗?直接转了?不用遍历吗?
这样是获取到了map中键值对的list,你想要的是什么的list,map中key的?