java8新特性stream,按照某個字段排序,以及取出前幾條數據

按照ViewStoreStockLib裏面的num倒敘排列:get List<ViewStoreStockLib> collect = libs2.stream().sorted(Comparator.comparing(ViewStoreStockLib::getNum).reversed()).collect(Collectors.toList());it 須要正序排列去掉.reversed(
相關文章
相關標籤/搜索