From charlesreid1

In Java, Comparable is an interface that objects can implement if they want to define how objects of that type are compared to other objects of the same type.

See Java/Comparable

Javadocs link: http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html

Also see Comparators vs Comparable

Pages in category "Comparable"

The following 3 pages are in this category, out of 3 total.