Class ListGenerators.CharactersOfCharSequenceGenerator
java.lang.Object
com.google.common.collect.testing.TestCharacterListGenerator
com.google.common.collect.testing.google.ListGenerators.CharactersOfCharSequenceGenerator
- All Implemented Interfaces:
TestCollectionGenerator<Character>
,TestContainerGenerator<Collection<Character>,
,Character> TestListGenerator<Character>
- Enclosing class:
ListGenerators
public static class ListGenerators.CharactersOfCharSequenceGenerator
extends TestCharacterListGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new collection containing the given elements; implement this method instead ofTestCharacterListGenerator.create(Object...)
.Methods inherited from class com.google.common.collect.testing.TestCharacterListGenerator
create, createArray, order, samples
-
Constructor Details
-
CharactersOfCharSequenceGenerator
public CharactersOfCharSequenceGenerator()
-
-
Method Details
-
create
Description copied from class:TestCharacterListGenerator
Creates a new collection containing the given elements; implement this method instead ofTestCharacterListGenerator.create(Object...)
.- Specified by:
create
in classTestCharacterListGenerator
-