Searched refs:diff1 (Results 1 – 4 of 4) sorted by relevance
57 Set diff1 = clone(s1); diff1.removeAll(s2); in main() local61 if (diff1.removeAll(diff2)) in main()63 if (diff1.removeAll(intersection)) in main()65 if (diff2.removeAll(diff1)) in main()69 if (intersection.removeAll(diff1)) in main()71 if (intersection.removeAll(diff1)) in main()74 intersection.addAll(diff1); intersection.addAll(diff2); in main()
74 Set<Integer> diff1 = clone(s1, supplier); diff1.removeAll(s2); in testCheckedSet() local78 if (diff1.removeAll(diff2)) in testCheckedSet()80 if (diff1.removeAll(intersection)) in testCheckedSet()82 if (diff2.removeAll(diff1)) in testCheckedSet()86 if (intersection.removeAll(diff1)) in testCheckedSet()88 if (intersection.removeAll(diff1)) in testCheckedSet()91 intersection.addAll(diff1); intersection.addAll(diff2); in testCheckedSet()
57 List diff1 = clone(s1); diff1.removeAll(s2); in main() local61 if (diff1.removeAll(diff2)) in main()63 if (diff1.removeAll(intersection)) in main()65 if (diff2.removeAll(diff1)) in main()69 if (intersection.removeAll(diff1)) in main()71 if (intersection.removeAll(diff1)) in main()74 intersection.addAll(diff1); intersection.addAll(diff2); in main()
94 EnumSet<T> diff1 = clone(s1, enumClass); diff1.removeAll(s2); in bash() local98 Assert.assertFalse(diff1.removeAll(diff2)); in bash()99 Assert.assertFalse(diff1.removeAll(intersection)); in bash()100 Assert.assertFalse(diff2.removeAll(diff1)); in bash()102 Assert.assertFalse(intersection.removeAll(diff1)); in bash()103 Assert.assertFalse(intersection.removeAll(diff1)); in bash()105 intersection.addAll(diff1); intersection.addAll(diff2); in bash()