- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testSortedCopyOf_natural_singleton (0.12 sec)
-
android/guava-tests/test/com/google/common/collect/ImmutableListTest.java
Collection<Integer> c = MinimalCollection.of(); ImmutableList<Integer> list = ImmutableList.sortedCopyOf(c); assertEquals(asList(), list); } public void testSortedCopyOf_natural_singleton() { Collection<Integer> c = MinimalCollection.of(100); ImmutableList<Integer> list = ImmutableList.sortedCopyOf(c); assertEquals(asList(100), list); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ImmutableListTest.java
Collection<Integer> c = MinimalCollection.of(); ImmutableList<Integer> list = ImmutableList.sortedCopyOf(c); assertEquals(asList(), list); } public void testSortedCopyOf_natural_singleton() { Collection<Integer> c = MinimalCollection.of(100); ImmutableList<Integer> list = ImmutableList.sortedCopyOf(c); assertEquals(asList(100), list); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 23.6K bytes - Viewed (0)