报告 Collections.sort(list,comparator) 的调用,可以替换为 list.sort(comparator)

Collections.sort 只是一个包装器,所以最好直接使用实例方法。