When sorting arraylist filled with objects getting error: Syntax error on tokens, delete these tokens

前端 未结 0 687
春和景丽
春和景丽 2020-12-09 17:39

I have created the class "Customer" (see below) and now want to apply Collections.sort(customers, Comparator.comparing(Customer::getName)); (where cus

相关标签:
回答
  • 消灭零回复
提交回复
热议问题