public class CompareEventYears extends java.lang.Object implements java.util.Comparator<FHX2_Event>
Constructor and Description |
---|
CompareEventYears() |
Modifier and Type | Method and Description |
---|---|
int |
compare(FHX2_Event t,
FHX2_Event t1)
Compares two events according to the year in which they occurred.
|
public int compare(FHX2_Event t, FHX2_Event t1)
compare
in interface java.util.Comparator<FHX2_Event>