- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEmpty_first (0.11 sec)
-
guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
assertSame(set, set.tailSet("f")); } public void testEmpty_subSet() { SortedSet<String> set = of(); 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();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 46.7K bytes - Viewed (0)