- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testGet_withDefault_doesntIterate (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/collect/IterablesTest.java
} public void testGet_withDefault_lastPlusOne() { ArrayList<String> list = newArrayList("a", "b", "c"); assertThat(Iterables.get(list, 3, "d")).isEqualTo("d"); } public void testGet_withDefault_doesntIterate() { List<String> list = new DiesOnIteratorArrayList(); list.add("a"); assertThat(Iterables.get(list, 0, "b")).isEqualTo("a"); } public void testGetFirst_withDefault_singleton() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 47.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/IteratorsTest.java
cpovirk <******@****.***> 1773406752 -0700
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)