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<java.lang.Integer>
,TestContainerGenerator<java.util.Collection<java.lang.Integer>,java.lang.Integer>
,TestSetGenerator<java.lang.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 Modifier Constructor Description private
AbstractContiguousSetGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ContiguousSet<java.lang.Integer>
checkedCreate(java.util.SortedSet<java.lang.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
-
-
-
-
Method Detail
-
checkedCreate
protected final ContiguousSet<java.lang.Integer> checkedCreate(java.util.SortedSet<java.lang.Integer> elementsSet)
-
-