Comparable.compareTo(Object o) 带一个参数,比较当前对象和参数对象
Comparator.compare(Object o1, Object o2)带两个参数,比较o1和o2的不同之处