Modifier and Type | Method and Description |
---|---|
static Country |
World.getCountryFrom(int numericCode)
Get a country from its numeric code
|
static Country |
World.getCountryFrom(java.lang.String countryIdentifier)
Get a country from any of its identifiers
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Country> |
World.getAllCountries()
Get an immutable list of all the coutries_file with their flags
|