摘要: List<String> lowCaseList = new ArrayList<>(); lowCaseList.add("dog"); lowCaseList.add("cat"); lowCaseList.add("tiger"); lowCaseList.add("lion"); List< 阅读全文
posted @ 2019-08-20 20:20 四块五 阅读(6734) 评论(0) 推荐(0)
摘要: org = org.stream().sorted(Comparator.comparing(SynchronousDataService::sort2)).collect(Collectors.toList());// 排序 private static String sort2(Map<Stri 阅读全文
posted @ 2019-08-20 20:01 四块五 阅读(4181) 评论(1) 推荐(0)