Class SetGenerators.ContiguousSetHeadsetGenerator
java.lang.Object
com.google.common.collect.testing.TestIntegerSetGenerator
com.google.common.collect.testing.TestIntegerSortedSetGenerator
com.google.common.collect.testing.google.SetGenerators.ContiguousSetHeadsetGenerator
- All Implemented Interfaces:
TestCollectionGenerator<Integer>, TestContainerGenerator<Collection<Integer>, Integer>, TestSetGenerator<Integer>
- Enclosing class:
SetGenerators
public static class SetGenerators.ContiguousSetHeadsetGenerator
extends TestIntegerSortedSetGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ContiguousSet<Integer> checkedCreate(SortedSet<Integer> elementsSet) Methods inherited from class TestIntegerSortedSetGenerator
orderMethods inherited from class TestIntegerSetGenerator
create, createArray, samples
-
Constructor Details
-
ContiguousSetHeadsetGenerator
public ContiguousSetHeadsetGenerator()
-
-
Method Details
-
create
- Specified by:
createin classTestIntegerSortedSetGenerator
-
checkedCreate
-