Class SortedMapGenerators.ImmutableSortedMapValueListGenerator
- java.lang.Object
-
- com.google.common.collect.testing.TestStringListGenerator
-
- com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapValueListGenerator
-
- All Implemented Interfaces:
TestCollectionGenerator<String>,TestContainerGenerator<Collection<String>,String>,TestListGenerator<String>
- Enclosing class:
- SortedMapGenerators
public static class SortedMapGenerators.ImmutableSortedMapValueListGenerator extends TestStringListGenerator
-
-
Constructor Summary
Constructors Constructor Description ImmutableSortedMapValueListGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>create(String[] elements)Creates a new collection containing the given elements; implement this method instead ofTestStringListGenerator.create(Object...).-
Methods inherited from class com.google.common.collect.testing.TestStringListGenerator
create, createArray, order, samples
-
-
-
-
Constructor Detail
-
ImmutableSortedMapValueListGenerator
public ImmutableSortedMapValueListGenerator()
-
-
Method Detail
-
create
protected List<String> create(String[] elements)
Description copied from class:TestStringListGeneratorCreates a new collection containing the given elements; implement this method instead ofTestStringListGenerator.create(Object...).- Specified by:
createin classTestStringListGenerator
-
-