- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for createExplicitComparator (0.22 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java
} } public static class ImmutableSortedSetAsListGenerator extends TestStringListGenerator { @Override protected List<String> create(String[] elements) { Comparator<String> comparator = createExplicitComparator(elements); ImmutableSet<String> set = ImmutableSortedSet.copyOf(comparator, asList(elements)); return set.asList(); } }Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 08 18:35:13 UTC 2025 - 15.9K bytes - Viewed (0)