Searched refs:countryToCodes (Results 1 – 1 of 1) sorted by relevance
110 …private Relation<String, String> countryToCodes = Relation.of(new TreeMap<String, Set<String>>(), … field in IsoCurrencyParser182 countryToCodes.freeze(); in IsoCurrencyParser()191 return countryToCodes; in getCountryToCodes()265 countryToCodes.put(data.getCountryCode(), alphabetic_code); in handlePathValue()