public interface MyComparable { public boolean isLarger(T other); public boolean isEqual(T other); }