Searched defs:hasIntersection (Results 1 – 2 of 2) sorted by relevance
284 private static boolean hasIntersection(int aMin, int aMax, int bMin, int bMax) { in hasIntersection() method in SpanUtils
2308 private static <T> boolean hasIntersection(Set<T> a, Set<T> b) { in hasIntersection() method in AudioDeviceBroker