Searched refs:countriesWithoutOfficial (Results 1 – 1 of 1) sorted by relevance
1142 Set<String> countriesWithoutOfficial = new TreeSet<>(territories); in getExcelData() local1143 countriesWithoutOfficial.remove("ZZ"); in getExcelData()1169 countriesWithoutOfficial.remove(x.countryCode); in getExcelData()1220 if (!countriesWithoutOfficial.contains(row.countryCode)) continue; in getExcelData()1222 countriesWithoutOfficial.remove(row.countryCode); in getExcelData()