- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for testToImmutableSortedSet_customComparator (0.49 seconds)
-
guava-tests/test/com/google/common/collect/ImmutableSortedMapTest.java
cpovirk <******@****.***> 1773406752 -0700
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) -
android/guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
ImmutableSortedSet<String> sortedSet = zis.combine(zat).build(); assertThat(sortedSet).containsExactly("a", "b", "c", "d").inOrder(); } // TODO(b/172823566): Use mainline testToImmutableSortedSet_customComparator once CollectorTester // is usable to java7. public void testToImmutableSortedSet_customComparator_java7() { // Note that a Collector should generally enforce consistent comparator between builders.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 46.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
CollectorTester.of(collector, equivalence) .expectCollects( ImmutableSortedSet.of("a", "b", "c", "d"), "a", "b", "a", "c", "b", "b", "d"); } public void testToImmutableSortedSet_customComparator() { Collector<String, ?, ImmutableSortedSet<String>> collector = toImmutableSortedSet(String.CASE_INSENSITIVE_ORDER);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 47.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedMultisetTest.java
cpovirk <******@****.***> 1773406752 -0700
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 22.8K bytes - Click Count (0)