Searched refs:containees (Results 1 – 1 of 1) sorted by relevance
471 final Set<String> containees = countryToContinent.getAll(item); in getCountryToContinent() local472 if (containees.size() != 1) { in getCountryToContinent()473 throw new IllegalArgumentException(item + "\t" + containees); in getCountryToContinent()475 … results.put(item, english.getName(CLDRFile.TERRITORY_NAME, containees.iterator().next())); in getCountryToContinent()