Searched refs:yearDiff (Results 1 – 1 of 1) sorted by relevance
94 int yearDiff = this.year - other.getYear(); in compareTo() local95 if (yearDiff != 0) { in compareTo()96 return yearDiff; in compareTo()