Searched refs:intersectionSet (Results 1 – 1 of 1) sorted by relevance
306 Set<T> intersectionSet = new HashSet<>(one); in intersect() local307 intersectionSet.retainAll(two); in intersect()308 return !intersectionSet.isEmpty(); in intersect()