- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGet_withDefault_iterable (0.09 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_simple() { ArrayList<String> list = newArrayList("a", "b", "c"); assertThat(Iterables.get(list, 1, "d")).isEqualTo("b"); } public void testGet_withDefault_iterable() { Set<String> set = ImmutableSet.of("a", "b", "c"); assertThat(Iterables.get(set, 1, "d")).isEqualTo("b"); } public void testGet_withDefault_last() {
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)