public static interface Util.Comparable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Util.Comparable c)
Returns 0 if this and c are equal, >0 if this is greater than c,
or <0 if this is less than c.
|
int compareTo(Util.Comparable c)