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.ContiguousSetSubsetGenerator
-
- All Implemented Interfaces:
TestCollectionGenerator<java.lang.Integer>
,TestContainerGenerator<java.util.Collection<java.lang.Integer>,java.lang.Integer>
,TestSetGenerator<java.lang.Integer>
- Enclosing class:
- SetGenerators
public static class SetGenerators.ContiguousSetSubsetGenerator extends TestIntegerSortedSetGenerator
-
-
Constructor Summary
Constructors Constructor Description ContiguousSetSubsetGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.SortedSet<java.lang.Integer>
create(java.lang.Integer[] elements)
-
Methods inherited from class com.google.common.collect.testing.TestIntegerSortedSetGenerator
order
-
Methods inherited from class com.google.common.collect.testing.TestIntegerSetGenerator
create, createArray, samples
-
-
-
-
Method Detail
-
create
protected java.util.SortedSet<java.lang.Integer> create(java.lang.Integer[] elements)
- Specified by:
create
in classTestIntegerSortedSetGenerator
-
-