Class SetGenerators.AbstractContiguousSetGenerator
java.lang.Object
com.google.common.collect.testing.TestIntegerSetGenerator
com.google.common.collect.testing.TestIntegerSortedSetGenerator
com.google.common.collect.testing.google.SetGenerators.AbstractContiguousSetGenerator
- All Implemented Interfaces:
TestCollectionGenerator<Integer>
,TestContainerGenerator<Collection<Integer>,
,Integer> TestSetGenerator<Integer>
- Direct Known Subclasses:
SetGenerators.ContiguousSetDescendingGenerator
,SetGenerators.ContiguousSetGenerator
,SetGenerators.ContiguousSetHeadsetGenerator
,SetGenerators.ContiguousSetSubsetGenerator
,SetGenerators.ContiguousSetTailsetGenerator
- Enclosing class:
SetGenerators
private abstract static class SetGenerators.AbstractContiguousSetGenerator
extends TestIntegerSortedSetGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ContiguousSet
<Integer> checkedCreate
(SortedSet<Integer> elementsSet) Methods inherited from class com.google.common.collect.testing.TestIntegerSortedSetGenerator
create, order
Methods inherited from class com.google.common.collect.testing.TestIntegerSetGenerator
create, createArray, samples
-
Constructor Details
-
AbstractContiguousSetGenerator
private AbstractContiguousSetGenerator()
-
-
Method Details
-
checkedCreate
-