2017-06-16 3769 views

回答

1

你不需要流排序:

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

非常感谢 –

相关问题