- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testComplicatedOrderingExample (0.17 seconds)
-
android/guava-tests/test/com/google/common/collect/OrderingTest.java
assertEquals(strings, comparator.sortedCopy(strings)); assertEquals(strings, comparator.immutableSortedCopy(strings)); } // From https://github.com/google/guava/issues/1342 public void testComplicatedOrderingExample() { Integer nullInt = (Integer) null; Ordering<@Nullable Iterable<@Nullable Integer>> example = Ordering.<Integer>natural() .<Integer>nullsFirst()
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
assertEquals(strings, comparator.sortedCopy(strings)); assertEquals(strings, comparator.immutableSortedCopy(strings)); } // From https://github.com/google/guava/issues/1342 public void testComplicatedOrderingExample() { Integer nullInt = (Integer) null; Ordering<@Nullable Iterable<@Nullable Integer>> example = Ordering.<Integer>natural() .<Integer>nullsFirst()
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)