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

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

public static class ListGenerators.ImmutableListHeadSubListGenerator
extends TestStringListGenerator


Constructor Summary
ListGenerators.ImmutableListHeadSubListGenerator()
           
 
Method Summary
protected  List<String> create(String[] elements)
          Creates a new collection containing the given elements; implement this method instead of TestStringListGenerator.create(Object...).
 
Methods inherited from class com.google.common.collect.testing.TestStringListGenerator
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.ImmutableListHeadSubListGenerator

public ListGenerators.ImmutableListHeadSubListGenerator()
Method Detail

create

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

Specified by:
create in class TestStringListGenerator


Copyright © 2010-2011. All Rights Reserved.