- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRowComparator (0.16 sec)
-
android/guava-tests/test/com/google/common/collect/TreeBasedTableTest.java
assertEquals("[b, a, c]", table.values().toString()); } @SuppressWarnings({"deprecation", "InlineMeInliner"}) // test of a deprecated method public void testRowComparator() { sortedTable = TreeBasedTable.create(); assertSame(Ordering.natural(), sortedTable.rowComparator()); sortedTable = TreeBasedTable.create(Collections.reverseOrder(), Ordering.usingToString());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 15.1K bytes - Viewed (0)