- getAllCountries() - Static method in class com.blongho.country_data.World
-
Get an immutable list of all the coutries_file with their flags
- getAllCurrencies() - Static method in class com.blongho.country_data.World
-
Return all the currencies of the world
- getArea() - Method in class com.blongho.country_data.Country
-
Get the surface area of this country (km^2)
- getCapital() - Method in class com.blongho.country_data.Country
-
Get capital
- getCode() - Method in class com.blongho.country_data.Currency
-
The currency code
- getContinent() - Method in class com.blongho.country_data.Country
-
Get continent
- getCountry() - Method in class com.blongho.country_data.Currency
-
Get the country alpha2 code where this currency is used
- 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
- getName() - Method in class com.blongho.country_data.Currency
-
The name of the currency
- getPopulation() - Method in class com.blongho.country_data.Country
-
Get population
- getSymbol() - Method in class com.blongho.country_data.Currency
-
The symbol of the currency
- getWorldFlag() - Static method in class com.blongho.country_data.World
-
Get the image of the globe directly rather than querying World.getFlagOf("globe")