- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testCopyOfImmutableSortedSetDifferentComparator (0.24 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/collect/ImmutableSortedMapTest.java
assertThat(ImmutableSortedMap.copyOf(copy, comparator)).isSameInstanceAs(copy); assertThat(copy.comparator()).isEqualTo(comparator); } public void testCopyOfImmutableSortedSetDifferentComparator() { Comparator<String> comparator = Ordering.<String>natural().reverse(); Map<String, Integer> original = ImmutableSortedMap.of("one", 1, "two", 2, "three", 3);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 29.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableSetMultimapTest.java
cpovirk <******@****.***> 1773406752 -0700
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 28.9K bytes - Click Count (0)