- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testLast_iterable (0.3 seconds)
-
guava-tests/test/com/google/common/collect/FluentIterableTest.java
} public void testLast_emptySortedSet() { SortedSet<String> sortedSet = ImmutableSortedSet.of(); assertThat(FluentIterable.from(sortedSet).last()).isAbsent(); } public void testLast_iterable() { Set<String> set = ImmutableSet.of("a", "b", "c"); assertThat(FluentIterable.from(set).last()).hasValue("c"); } public void testLast_emptyIterable() { Set<String> set = new HashSet<>();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 31.2K bytes - Click Count (0)