GC: Comparable - java.lang.Comparable (.java) - GrepCode Interface Source
This interface imposes a total ordering on the objects of each class that implements it. This ordering is referred to as the class's natural ordering, and the class's compareTo method is referred to as its natural comparison method. Lists (and arrays) of ...