Skip navigation links
C E G H I T V W 

G

getAllCountries() - Static method in class com.blongho.country_data.World
Get a list of all the countries with their flags
getAllCurrencies() - Static method in class com.blongho.country_data.World
Return all the currencies of the world
getAlpha2() - Method in class com.blongho.country_data.Country
Get the alpha2 of the country
getAlpha3() - Method in class com.blongho.country_data.Country
Get the alpha3 of the country
getArea() - Method in class com.blongho.country_data.Country
 
getCapital() - Method in class com.blongho.country_data.Country
 
getCode() - Method in class com.blongho.country_data.Currency
 
getContinent() - Method in class com.blongho.country_data.Country
 
getCountriesFrom(World.Continent) - Static method in class com.blongho.country_data.World
Get Countries from a continent
getCountry() - Method in class com.blongho.country_data.Currency
 
getCountryFrom(int) - Static method in class com.blongho.country_data.World
Get a country from its numeric code
getCountryFrom(String) - Static method in class com.blongho.country_data.World
Get a country from any of its identifiers
getCurrency() - Method in class com.blongho.country_data.Country
Get the currency for this country
getFlagOf(int) - Static method in class com.blongho.country_data.World
Get the flag of a country using the numeric code of the country
getFlagOf(String) - Static method in class com.blongho.country_data.World
Get the flag of a country
getFlagResource() - Method in class com.blongho.country_data.Country
Get the image resouce of the country
getId() - Method in class com.blongho.country_data.Country
Unique id for each Country
getName() - Method in class com.blongho.country_data.Country
Get the name of the country
getName() - Method in class com.blongho.country_data.Currency
 
getName() - Method in enum com.blongho.country_data.World.Continent
 
getPopulation() - Method in class com.blongho.country_data.Country
 
getSymbol() - Method in class com.blongho.country_data.Currency
 
getWorldFlag() - Static method in class com.blongho.country_data.World
Get the image of the globe directly rather than querying World.getFlagOf("globe")
C E G H I T V W 
Skip navigation links