- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSameComparator (0.07 sec)
-
android/guava-tests/test/com/google/common/collect/SortedIterablesTest.java
/** * Unit tests for {@code SortedIterables}. * * @author Louis Wasserman */ @GwtCompatible @NullMarked public class SortedIterablesTest extends TestCase { public void testSameComparator() { assertTrue(SortedIterables.hasSameComparator(Ordering.natural(), Sets.newTreeSet())); assertTrue(SortedIterables.hasSameComparator(Ordering.natural(), Maps.newTreeMap().keySet())); assertTrue(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 1.4K bytes - Viewed (0)