Searched defs:intersection (Results 1 – 6 of 6) sorted by relevance
72 Set<Integer> intersection = clone(s1, supplier); in testCheckedSet() local
56 List intersection = clone(s1); intersection.retainAll(s2); in main() local
55 Set intersection = clone(s1); in main() local
218 Set<Long> intersection = new HashSet<>(enabled); in ChangeConfig() local
736 Set<Class<?>> intersection = new HashSet<Class<?>>(); in intersectExceptions() local
92 EnumSet<T> intersection = clone(s1, enumClass); in bash() local