package java.lang; interface Comparable{ public int compareTo(Object other); }