Class TestIntegerSortedSetGenerator

java.lang.Object
com.google.common.collect.testing.TestIntegerSetGenerator
com.google.common.collect.testing.TestIntegerSortedSetGenerator
All Implemented Interfaces:
TestCollectionGenerator<Integer>, TestContainerGenerator<Collection<Integer>,Integer>, TestSetGenerator<Integer>
Direct Known Subclasses:
SetGenerators.AbstractContiguousSetGenerator

public abstract class TestIntegerSortedSetGenerator extends TestIntegerSetGenerator
Create integer sets for testing collections that are sorted by natural ordering.