- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for ImmutableSortedSetDescendingAsListGenerator (1.13 sec)
-
guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java
builder.add(AFTER_LAST); return builder.build().subSet(BEFORE_FIRST_2, AFTER_LAST).asList(); } } @GwtIncompatible // NavigableSet public static class ImmutableSortedSetDescendingAsListGenerator extends TestStringListGenerator { @Override protected List<String> create(String[] elements) { Comparator<String> comparator = createExplicitComparator(elements).reverse();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 15.9K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java
builder.add(AFTER_LAST); return builder.build().subSet(BEFORE_FIRST_2, AFTER_LAST).asList(); } } @GwtIncompatible // NavigableSet public static class ImmutableSortedSetDescendingAsListGenerator extends TestStringListGenerator { @Override protected List<String> create(String[] elements) { Comparator<String> comparator = createExplicitComparator(elements).reverse();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 15.9K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
import com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetCopyOfGenerator; import com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetDescendingAsListGenerator; import com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetDescendingGenerator; import com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitComparator;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 46.7K bytes - Viewed (0)