List lambda 排序

Posted 梦见舟

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了List lambda 排序相关的知识,希望对你有一定的参考价值。

Comparator<PromotionRule> comparator = Comparator.comparing(PromotionRule::getCreatedTime);
promotionRuleList.sort(comparator.reversed());

 

以上是关于List lambda 排序的主要内容,如果未能解决你的问题,请参考以下文章

sorted() 和 lambda --> 应用:字典排序

使用 lambda 函数在 C++ 中按然后排序

python sorted排序:使用lambda应对各种复杂情况的排序,包括list嵌套dict

python-list.sort && lambda

lambda列表生成式字典转list排序

使用Lambda表达式扩展List.Sort()