摘要: 1、HashMap 排序: 下面这条代码在数据量过大时排序出错,可以在LeetCode的题目中进行这条语句的测试,连接—> 1333. 餐厅过滤器 Collections.sort(li, ((o1, o2) -> o1.getValue() == o2.getValue() ? o2.getKey 阅读全文
posted @ 2020-09-07 10:01 gbn小小果 阅读(200) 评论(0) 推荐(0)