Class ListGenerators.CharactersOfStringGenerator
java.lang.Object
com.google.common.collect.testing.TestCharacterListGenerator
com.google.common.collect.testing.google.ListGenerators.CharactersOfStringGenerator
- All Implemented Interfaces:
TestCollectionGenerator<Character>,TestContainerGenerator<Collection<Character>,,Character> TestListGenerator<Character>
- Enclosing class:
- ListGenerators
-
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
-
CharactersOfStringGenerator
public CharactersOfStringGenerator()
-
-
Method Details
-
create
Description copied from class:TestCharacterListGeneratorCreates a new collection containing the given elements; implement this method instead ofTestCharacterListGenerator.create(Object...).- Specified by:
createin classTestCharacterListGenerator
-