// HashSet<String> countryExclusionList = new HashSet<String>(Arrays.asList("French Polynesia", "Cabo Verde", "Samoa", "Saint Vincent and the Grenadines"));
HashSet<String>countryExclusionList=newHashSet<String>(Arrays.asList("Sierra Leone","Togo","United Arab Emirates"));//"French Polynesia", "Cabo Verde", "Samoa", "Saint Vincent and the Grenadines"));
if(!(country.getCountryName().equals("United States of America"))){//|| country.getCountryName().equals("China")
if(!(country.getCountryName().equals("United States of America")||country.getCountryName().equals("China"))){//|| country.getCountryName().equals("China")