2017-06-16 3770 views

回答

1

你不需要流排序:

list.sort(Comparator.comparing(m -> (Double)m.get("price"))); 
+0

非常感謝 –

相關問題