Name
with the one supplied as a parameter. Each class which implements this interface will have a specification of how to do the comparison.
@param o the object to compare - cannot be null.
@return a negative number means this is less than the supplied object.a positive number means this is greater than the supplied object. Zero means the two objects are equal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|