Source of 10.20.java


  1: public int compareTo(Assignment other)
  2: {
  3:   return -date.compareTo(other.date);
  4: } // end compareTo