Searched refs:otherPop (Results 1 – 1 of 1) sorted by relevance
259 Double otherPop = getPopulation(data); in handle() local262 … if (myPop.doubleValue() == 0 || otherPop.doubleValue() == 0 || otherGdp.doubleValue() == 0) { in handle()263 otherPop = getPopulation(data); in handle()268 CountryData.gdp.add(code, otherGdp * myPop / otherPop); in handle()279 Double otherPop = getLiteracy(data); in handle() local280 CountryData.literacy.add(code, otherPop); in handle()