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 Constructor Description CharactersOfCharSequenceGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Character>create(Character[] elements)Creates 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 Detail
-
CharactersOfCharSequenceGenerator
public CharactersOfCharSequenceGenerator()
-
-
Method Detail
-
create
public List<Character> create(Character[] elements)
Description copied from class:TestCharacterListGeneratorCreates a new collection containing the given elements; implement this method instead ofTestCharacterListGenerator.create(Object...).- Specified by:
createin classTestCharacterListGenerator
-
-