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