TestCollectionGenerator<java.lang.String>, TestContainerGenerator<java.util.Collection<java.lang.String>,java.lang.String>, TestListGenerator<java.lang.String>public static class SetGenerators.ImmutableSortedSetAsListSubListGenerator extends TestStringListGenerator
| Constructor | Description |
|---|---|
ImmutableSortedSetAsListSubListGenerator() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
create(java.lang.String[] elements) |
Creates a new collection containing the given elements; implement this
method instead of
TestStringListGenerator.create(Object...). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createArray, order, samplespublic ImmutableSortedSetAsListSubListGenerator()
protected java.util.List<java.lang.String> create(java.lang.String[] elements)
TestStringListGeneratorTestStringListGenerator.create(Object...).create in class TestStringListGenerator