Package java.lang
Interface Comparable
abstract int compareTo(Object o)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Compares this object with the specified object. Returns a negative integer, zero, or a positive integer when this object is less than, equal to, or greater than the specified object.