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

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

public static class SetGenerators.ImmutableSetCopyOfGenerator
extends TestStringSetGenerator


Constructor Summary
SetGenerators.ImmutableSetCopyOfGenerator()
           
 
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.ImmutableSetCopyOfGenerator

public SetGenerators.ImmutableSetCopyOfGenerator()
Method Detail

create

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


Copyright © 2010-2012. All Rights Reserved.