- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGetNext_withDefault_two (0.17 sec)
-
guava-tests/test/com/google/common/collect/IteratorsTest.java
public void testGetNext_withDefault_empty_null() { Iterator<String> iterator = emptyIterator(); assertThat(Iterators.<@Nullable String>getNext(iterator, null)).isNull(); } public void testGetNext_withDefault_two() { Iterator<String> iterator = asList("foo", "bar").iterator(); assertEquals("foo", Iterators.getNext(iterator, "x")); } public void testGetLast_basic() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:44:53 UTC 2025 - 56.7K bytes - Viewed (0)