I have this list:
List countryList = new ArrayList();
And I want to sort the countries by their name, by usin
You can call Collections.sort() providing a Comparator which compares the getCountry().