- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testCompound_static (0.28 sec)
-
android/guava-tests/test/com/google/common/collect/OrderingTest.java
} } private static Ordering<String> byCharAt(int index) { return Ordering.<Character>natural().onResultOf(CharAtFunction.values()[index]); } public void testCompound_static() { Comparator<String> comparator = Ordering.compound( ImmutableList.of( byCharAt(0), byCharAt(1), byCharAt(2), byCharAt(3), byCharAt(4), byCharAt(5))); testComparator(
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 42.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/OrderingTest.java
} } private static Ordering<String> byCharAt(int index) { return Ordering.<Character>natural().onResultOf(CharAtFunction.values()[index]); } public void testCompound_static() { Comparator<String> comparator = Ordering.compound( ImmutableList.of( byCharAt(0), byCharAt(1), byCharAt(2), byCharAt(3), byCharAt(4), byCharAt(5))); testComparator(
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 42.6K bytes - Viewed (0)