- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetLast_iterable (0.07 seconds)
-
android/guava-tests/test/com/google/common/collect/IterablesTest.java
assertThrows(NoSuchElementException.class, () -> Iterables.getLast(sortedSet)); assertEquals("c", Iterables.getLast(sortedSet, "c")); } public void testGetLast_iterable() { Set<String> set = ImmutableSet.of("a", "b", "c"); assertEquals("c", Iterables.getLast(set)); } public void testGetLast_emptyIterable() { Set<String> set = new HashSet<>();
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)