public class Patient implements Comparable{ @Override public int compareTo(Patient arg0) { return 0; } }