com.google.common.collect.testing.google
Class SetGenerators.DegeneratedImmutableSetGenerator

java.lang.Object
  extended by com.google.common.collect.testing.TestStringSetGenerator
      extended by com.google.common.collect.testing.google.SetGenerators.DegeneratedImmutableSetGenerator
All Implemented Interfaces:
TestCollectionGenerator<String>, TestContainerGenerator<Collection<String>,String>, TestSetGenerator<String>
Enclosing class:
SetGenerators

public static class SetGenerators.DegeneratedImmutableSetGenerator
extends TestStringSetGenerator


Constructor Summary
SetGenerators.DegeneratedImmutableSetGenerator()
           
 
Method Summary
protected  Set<String> create(String[] elements)
           
 
Methods inherited from class com.google.common.collect.testing.TestStringSetGenerator
create, createArray, order, samples
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetGenerators.DegeneratedImmutableSetGenerator

public SetGenerators.DegeneratedImmutableSetGenerator()
Method Detail

create

protected Set<String> create(String[] elements)
Specified by:
create in class TestStringSetGenerator


Copyright © 2010-2011. All Rights Reserved.