Interface representing a comparable object.
Compares this object with the specified object for order.
The object to be compared.
A negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
Interface representing a comparable object.