Searched refs:AddPopulationData (Results 1 – 2 of 2) sorted by relevance
606 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()607 countryLiteracy = AddPopulationData.getLiteracy(countryCode).doubleValue() / 100.0d; in RowData()608 countryPopulation = AddPopulationData.getPopulation(countryCode).doubleValue(); in RowData()623 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()624 countryLiteracy = AddPopulationData.getLiteracy(countryCode).doubleValue() / 100.0d; in RowData()625 countryPopulation = AddPopulationData.getPopulation(countryCode).doubleValue(); in RowData()
21 public class AddPopulationData { class