Searched refs:getLiteracy (Results 1 – 2 of 2) sorted by relevance
129 + "\t" + percent.format(getLiteracy(country) / 100)); in showCountryData()132 public static Double getLiteracy(String country) { in getLiteracy() method in AddPopulationData279 Double otherPop = getLiteracy(data); in handle()429 double literacy = getLiteracy(territory);
607 countryLiteracy = AddPopulationData.getLiteracy(countryCode).doubleValue() / 100.0d; in RowData()624 countryLiteracy = AddPopulationData.getLiteracy(countryCode).doubleValue() / 100.0d; in RowData()