Class SetGenerators.ContiguousSetDescendingGenerator
java.lang.Object
com.google.common.collect.testing.TestIntegerSetGenerator
com.google.common.collect.testing.TestIntegerSortedSetGenerator
com.google.common.collect.testing.google.SetGenerators.ContiguousSetDescendingGenerator
- All Implemented Interfaces:
TestCollectionGenerator<Integer>
,TestContainerGenerator<Collection<Integer>,
,Integer> TestSetGenerator<Integer>
- Enclosing class:
SetGenerators
@GwtIncompatible
public static class SetGenerators.ContiguousSetDescendingGenerator
extends TestIntegerSortedSetGenerator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.testing.TestIntegerSetGenerator
create, createArray, samples
-
Constructor Details
-
ContiguousSetDescendingGenerator
public ContiguousSetDescendingGenerator()
-
-
Method Details
-
create
- Specified by:
create
in classTestIntegerSortedSetGenerator
-
order
Sorts the elements in reverse natural order.- Specified by:
order
in interfaceTestContainerGenerator<Collection<Integer>,
Integer> - Overrides:
order
in classTestIntegerSortedSetGenerator
-
checkedCreate
-