com.google.common.collect.testing.google
Class ListGenerators.CharactersOfStringGenerator

java.lang.Object
  extended by com.google.common.collect.testing.TestCharacterListGenerator
      extended by com.google.common.collect.testing.google.ListGenerators.CharactersOfStringGenerator
All Implemented Interfaces:
TestCollectionGenerator<Character>, TestContainerGenerator<Collection<Character>,Character>, TestListGenerator<Character>
Enclosing class:
ListGenerators

public static class ListGenerators.CharactersOfStringGenerator
extends TestCharacterListGenerator


Constructor Summary
ListGenerators.CharactersOfStringGenerator()
           
 
Method Summary
 List<Character> create(Character[] elements)
          Creates a new collection containing the given elements; implement this method instead of TestCharacterListGenerator.create(Object...).
 
Methods inherited from class com.google.common.collect.testing.TestCharacterListGenerator
create, createArray, order, samples
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListGenerators.CharactersOfStringGenerator

public ListGenerators.CharactersOfStringGenerator()
Method Detail

create

public List<Character> create(Character[] elements)
Description copied from class: TestCharacterListGenerator
Creates a new collection containing the given elements; implement this method instead of TestCharacterListGenerator.create(Object...).

Specified by:
create in class TestCharacterListGenerator


Copyright © 2010-2012. All Rights Reserved.