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