Class ListGenerators.CharactersOfCharSequenceGenerator
- java.lang.Object
-
- com.google.common.collect.testing.TestCharacterListGenerator
-
- com.google.common.collect.testing.google.ListGenerators.CharactersOfCharSequenceGenerator
-
- All Implemented Interfaces:
TestCollectionGenerator<java.lang.Character>
,TestContainerGenerator<java.util.Collection<java.lang.Character>,java.lang.Character>
,TestListGenerator<java.lang.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 java.util.List<java.lang.Character>
create(java.lang.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
-
-
-
-
Method Detail
-
create
public java.util.List<java.lang.Character> create(java.lang.Character[] elements)
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
-
-