Class SetGenerators.ContiguousSetSubsetGenerator
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.ContiguousSetSubsetGenerator
- All Implemented Interfaces:
TestCollectionGenerator<Integer>
,TestContainerGenerator<Collection<Integer>,
,Integer> TestSetGenerator<Integer>
- Enclosing class:
SetGenerators
public static class SetGenerators.ContiguousSetSubsetGenerator
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
-
ContiguousSetSubsetGenerator
public ContiguousSetSubsetGenerator()
-
-
Method Details
-
create
- Specified by:
create
in classTestIntegerSortedSetGenerator
-