- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testBuilderAddArrayHandlesNulls (0.27 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/collect/ImmutableListTest.java
} public void testCopyOf_shortcut_immutableList() { Collection<String> c = ImmutableList.of("a", "b", "c"); assertSame(c, ImmutableList.copyOf(c)); } public void testBuilderAddArrayHandlesNulls() { @Nullable String[] elements = new @Nullable String[] {"a", null, "b"}; ImmutableList.Builder<String> builder = ImmutableList.builder();
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 24.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableListTest.java
} public void testCopyOf_shortcut_immutableList() { Collection<String> c = ImmutableList.of("a", "b", "c"); assertSame(c, ImmutableList.copyOf(c)); } public void testBuilderAddArrayHandlesNulls() { @Nullable String[] elements = new @Nullable String[] {"a", null, "b"}; ImmutableList.Builder<String> builder = ImmutableList.builder();
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 23.6K bytes - Click Count (0)