Searched refs:exceptionSet (Results 1 – 1 of 1) sorted by relevance
884 Set<String> exceptionSet = new HashSet<String>(Arrays.asList(exceptions)); in addRegions() local888 if (exceptionSet.contains(region)) continue; in addRegions()