- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetOnlyElement_withDefault_empty (0.33 seconds)
-
android/guava-tests/test/com/google/common/collect/IterablesTest.java
} public void testGetOnlyElement_withDefault_singleton() { Iterable<String> iterable = singletonList("foo"); assertEquals("foo", getOnlyElement(iterable, "bar")); } public void testGetOnlyElement_withDefault_empty() { Iterable<String> iterable = emptyList(); assertEquals("bar", getOnlyElement(iterable, "bar")); } public void testGetOnlyElement_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)