顺序和倒序

//顺序
Collections.sort(value, Comparator.comparing(PpsProblemPieces::getCreateTime));
//倒序
Collections.sort(value, Comparator.comparing(PpsProblemPieces::getCreateTime).reversed());
posted @ 2024-10-17 20:47  皇问天  阅读(6)  评论(0编辑  收藏  举报