- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testOnResultOf_natural (0.38 sec)
-
android/guava-tests/test/com/google/common/collect/OrderingTest.java
public Integer apply(String string) { return string.length(); } } private static final Ordering<Integer> DECREASING_INTEGER = Ordering.<Integer>natural().reverse(); public void testOnResultOf_natural() { Comparator<String> comparator = Ordering.<Integer>natural().onResultOf(StringLengthFunction.STRING_LENGTH); assertTrue(comparator.compare("to", "be") == 0);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Oct 10 23:13:45 UTC 2025 - 42.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/OrderingTest.java
public Integer apply(String string) { return string.length(); } } private static final Ordering<Integer> DECREASING_INTEGER = Ordering.<Integer>natural().reverse(); public void testOnResultOf_natural() { Comparator<String> comparator = Ordering.<Integer>natural().onResultOf(StringLengthFunction.STRING_LENGTH); assertTrue(comparator.compare("to", "be") == 0);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Oct 10 23:13:45 UTC 2025 - 42.8K bytes - Viewed (0)