java好好学习一天天向上

导航

 
Map<String,ExcellentCaseLog> maxCreateTimeMap = caseLogList.stream().collect(Collectors.toMap(ExcellentCaseLog::getExcellentId, Function.identity(),
(c1, c2) -> c1.getCreateTime().compareTo(c2.getCreateTime()) > 0 ? c1 : c2));
posted on 2024-03-27 09:04  好好学习一天天向上  阅读(19)  评论(0编辑  收藏  举报