Searched refs:CountryData (Results 1 – 1 of 1) sorted by relevance
59 private static CountryData other = new CountryData();61 static class CountryData { class in AddPopulationData135 CountryData.literacy.getCount(country)); in getLiteracy()141 CountryData.gdp.getCount(country)); in getGdp()147 CountryData.population.getCount(country)); in getPopulation()236 CountryData countryData;238 public MyLineHandler(CountryData countryData) { in MyLineHandler()268 CountryData.gdp.add(code, otherGdp * myPop / otherPop); in handle()270 CountryData.gdp.add(code, dollars.parse(data).doubleValue()); in handle()276 CountryData.population.add(code, number.parse(data).doubleValue()); in handle()[all …]