Interface Util.Comparable
-
Method Summary
Modifier and TypeMethodDescriptionintReturns 0 if this and c are equal, >0 if this is greater than c, or<0if this is less than c.
-
Method Details
-
compareTo
Returns 0 if this and c are equal, >0 if this is greater than c, or<0if this is less than c.
-