interface Comparable { int Compare( Object a ); String toString(); }