- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCopyInto_emptySet (0.1 seconds)
-
android/guava-tests/test/com/google/common/collect/SetViewTest.java
assertThat(difference(emptySet(), emptySet()).copyInto(set)).isSameInstanceAs(set); assertThat(symmetricDifference(emptySet(), emptySet()).copyInto(set)).isSameInstanceAs(set); } public void testCopyInto_emptySet() { assertThat(union(newHashSet(1, 2), newHashSet(2, 3)).copyInto(new HashSet<>())) .containsExactly(1, 2, 3); assertThat(intersection(newHashSet(1, 2), newHashSet(2, 3)).copyInto(new HashSet<>()))
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 29.9K bytes - Click Count (0)