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