Class MapGenerators.ImmutableMapValueListGenerator
- java.lang.Object
-
- com.google.common.collect.testing.TestStringListGenerator
-
- com.google.common.collect.testing.google.MapGenerators.ImmutableMapValueListGenerator
-
- All Implemented Interfaces:
TestCollectionGenerator<java.lang.String>
,TestContainerGenerator<java.util.Collection<java.lang.String>,java.lang.String>
,TestListGenerator<java.lang.String>
- Enclosing class:
- MapGenerators
public static class MapGenerators.ImmutableMapValueListGenerator extends TestStringListGenerator
-
-
Constructor Summary
Constructors Constructor Description ImmutableMapValueListGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
create(java.lang.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
-
-
-
-
Method Detail
-
create
public java.util.List<java.lang.String> create(java.lang.String[] elements)
Description copied from class:TestStringListGenerator
Creates a new collection containing the given elements; implement this method instead ofTestStringListGenerator.create(Object...)
.- Specified by:
create
in classTestStringListGenerator
-
-