- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testOnResultOf_natural (0.1 seconds)
-
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);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Oct 10 23:13:45 GMT 2025 - 42.8K bytes - Click Count (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);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Oct 10 23:13:45 GMT 2025 - 42.8K bytes - Click Count (0)