Searched refs:intersection (Results 1 – 3 of 3) sorted by relevance
219 Set<Long> intersection = new HashSet<>(enabled); in ChangeConfig() local220 intersection.retainAll(disabled); in ChangeConfig()221 if (!intersection.isEmpty()) { in ChangeConfig()222 throw new IllegalArgumentException("Cannot have changes " + intersection in ChangeConfig()
736 Set<Class<?>> intersection = new HashSet<Class<?>>(); in intersectExceptions() local740 intersection.add(b); in intersectExceptions()742 intersection.add(a); in intersectExceptions()746 return intersection.toArray(new Class<?>[intersection.size()]); in intersectExceptions()
395 boolean intersection = false; in intersect()409 intersection = true; in intersect()415 if (intersection == false) { in intersect()