Class ListGenerators.ImmutableListHeadSubListGenerator
java.lang.Object
com.google.common.collect.testing.TestStringListGenerator
com.google.common.collect.testing.google.ListGenerators.ImmutableListHeadSubListGenerator
- All Implemented Interfaces:
TestCollectionGenerator<String>
,TestContainerGenerator<Collection<String>,
,String> TestListGenerator<String>
- Enclosing class:
ListGenerators
public static class ListGenerators.ImmutableListHeadSubListGenerator
extends TestStringListGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates 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 Details
-
ImmutableListHeadSubListGenerator
public ImmutableListHeadSubListGenerator()
-
-
Method Details
-
create
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
-