Searched refs:territoryToZones (Results 1 – 1 of 1) sorted by relevance
58 …Relation<String, String> territoryToZones = Relation.<String, String> of(new TreeMap<String, Set<S… in showMultiZones() local60 territoryToZones.put(supplementalData.getZone_territory(zone), zone); in showMultiZones()65 for (String region : territoryToZones.keySet()) { in showMultiZones()66 final Set<String> zones = territoryToZones.getAll(region); in showMultiZones()