- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for immutableCopy (0.35 seconds)
-
android/guava-tests/test/com/google/common/collect/SetViewTest.java
public void testImmutableCopy_empty() { assertThat(union(emptySet(), emptySet()).immutableCopy()).isEmpty(); assertThat(intersection(newHashSet(1, 2), newHashSet(3, 4)).immutableCopy()).isEmpty(); assertThat(difference(newHashSet(1, 2), newHashSet(1, 2)).immutableCopy()).isEmpty(); assertThat(symmetricDifference(newHashSet(1, 2), newHashSet(1, 2)).immutableCopy()).isEmpty(); } public void testImmutableCopy() {
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) -
guava-tests/test/com/google/common/collect/AbstractImmutableSetTest.java
: new MutatedOnQueryList<>( transform(infiniteSetsFromStartIndex, ImmutableList::copyOf)); Set<String> immutableCopy; try { immutableCopy = copyOf(input); } catch (RuntimeException e) { throw new RuntimeException( Strings.lenientFormat(
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 18.5K bytes - Click Count (0)