Compares this object to the specified object to determine their relative order. @param another the object to compare to this instance. @return a negative integer if this instance is less than another; a positive integer if this instance is greater than {@code anot
(T another)
| 50 | * comparable to {@code this} instance. |
| 51 | */ |
| 52 | int compareTo(T another); |
| 53 | } |
no outgoing calls