Package | Description |
---|---|
com.blongho.country_data |
Modifier and Type | Method and Description |
---|---|
static Country |
World.getCountryFrom(int numericCode)
Get a country from its numeric code
|
static Country |
World.getCountryFrom(String countryIdentifier)
Get a country from any of its identifiers
|
Modifier and Type | Method and Description |
---|---|
static List<Country> |
World.getAllCountries()
Get a list of all the countries with their flags
|
Modifier and Type | Method and Description |
---|---|
int |
Country.CountryComparator.compare(Country o1,
Country o2)
|