Class SetGenerators.ImmutableSortedSetCopyOfGenerator
java.lang.Object
com.google.common.collect.testing.TestStringSetGenerator
com.google.common.collect.testing.TestStringSortedSetGenerator
com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetCopyOfGenerator
- All Implemented Interfaces:
TestCollectionGenerator<String>, TestContainerGenerator<Collection<String>, String>, TestSetGenerator<String>, TestSortedSetGenerator<String>
- Enclosing class:
SetGenerators
public static class SetGenerators.ImmutableSortedSetCopyOfGenerator
extends TestStringSortedSetGenerator
- Author:
- Kevin Bourrillion, Jared Levy, Hayward Chan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TestStringSortedSetGenerator
aboveSamplesGreater, aboveSamplesLesser, belowSamplesGreater, belowSamplesLesser, create, orderMethods inherited from class TestStringSetGenerator
createArray, samplesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TestContainerGenerator
createArray, samples
-
Constructor Details
-
ImmutableSortedSetCopyOfGenerator
public ImmutableSortedSetCopyOfGenerator()
-
-
Method Details
-
create
-