Searched refs:getCommonElements (Results 1 – 2 of 2) sorted by relevance
372 Set<String> greenBuildIdList = FilterUtil.getCommonElements(allPassIdLists); in getTestPlanDispatcher()
188 public static <T> Set<T> getCommonElements(Collection<? extends Collection<T>> collections) { in getCommonElements() method in FilterUtil