PersonUtil pu = new PersonUtil(); Collections.sort(list, pu::); 实例创建完,找不到对应的方法是怎么回事?下面的类,我也核对过了,是正确的。但是就是不知道为什么不能用。
PersonUtil实现了Comparator接口了?