public class CountryComparatorByName extends java.lang.Object implements java.util.Comparator<Country>
| Constructor and Description |
|---|
CountryComparatorByName() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Country country1,
Country country2) |
public CountryComparatorByName()