interface Comparable { public int compareTo(T other); }