Java Practices -> Implementing compareTo
Concise presentations of java programming practices, tasks, and conventions, amply illustrated with syntax highlighted code examples. ... The compareTo method is the sole member of the Comparable interface, and is not a member of Object. However, it is qu...