- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetLast_withDefault_empty (0.13 seconds)
-
android/guava-tests/test/com/google/common/collect/IterablesTest.java
} public void testGetLast_withDefault_singleton() { Iterable<String> iterable = singletonList("foo"); assertEquals("foo", Iterables.getLast(iterable, "bar")); } public void testGetLast_withDefault_empty() { Iterable<String> iterable = emptyList(); assertEquals("bar", Iterables.getLast(iterable, "bar")); } public void testGetLast_withDefault_empty_null() {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 28 18:44:53 GMT 2025 - 45.6K bytes - Click Count (0)