- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testToStringWithNull (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/collect/IteratorsTest.java
Iterator<String> iterator = Lists.newArrayList("yam", "bam", "jam", "ham").iterator(); assertThat(Iterators.toString(iterator)).isEqualTo("[yam, bam, jam, ham]"); } public void testToStringWithNull() { Iterator<@Nullable String> iterator = Lists.<@Nullable String>newArrayList("hello", null, "world").iterator(); assertThat(Iterators.toString(iterator)).isEqualTo("[hello, null, world]"); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 57.3K bytes - Click Count (0)