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 an immutable list of all the countries with their flags
|