Closed lcunild closed 4 years ago
I am confused about the difference between the compare method from the Comparator interface and the compareTo method from the Comparable interface. When should each one be used?
You may want to read this to find the answer. https://www.javatpoint.com/difference-between-comparable-and-comparator
I am confused about the difference between the compare method from the Comparator interface and the compareTo method from the Comparable interface. When should each one be used?