1: // @author Frank M. Carrano, Timothy M. Henry 2: // @version 5.0 3: public int compareTo(Assignment other) 4: { 5: return date.compareTo(other.date); 6: } // end compareTo