com.google.common.collect.testing.google
Class BiMapGenerators.ImmutableBiMapKeySetGenerator

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

public static class BiMapGenerators.ImmutableBiMapKeySetGenerator
extends TestStringSetGenerator


Constructor Summary
BiMapGenerators.ImmutableBiMapKeySetGenerator()
           
 
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

BiMapGenerators.ImmutableBiMapKeySetGenerator

public BiMapGenerators.ImmutableBiMapKeySetGenerator()
Method Detail

create

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


Copyright © 2010-2011. All Rights Reserved.