Java : Comparable vs Comparator [duplicate]
问题 This question already has answers here : Closed 9 years ago . Possible Duplicates: difference between compare() and compareTo() Java: What is the difference between implementing Comparable and Comparator? What are the keys differences between Comparable and Comparator. and which is preferred over the other in what scenarios? Thanks Updated - GOOD LINK WITH EXAMPLE!! http://www.digizol.com/2008/07/java-sorting-comparator-vs-comparable.html 回答1: When your class implements Comparable, the