- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEmpty_last (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
assertSame(set, set.subSet("c", "f")); } public void testEmpty_first() { SortedSet<String> set = of(); assertThrows(NoSuchElementException.class, () -> set.first()); } public void testEmpty_last() { SortedSet<String> set = of(); assertThrows(NoSuchElementException.class, () -> set.last()); } @J2ktIncompatible @GwtIncompatible // SerializableTester
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 45.8K bytes - Click Count (0)