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 IsoCurrencyParser184 countryToCodes.freeze(); in IsoCurrencyParser()193 return countryToCodes; in getCountryToCodes()267 countryToCodes.put(data.getCountryCode(), alphabetic_code); in handlePathValue()