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

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

public static class BiMapGenerators.ImmutableBiMapValuesGenerator
extends TestStringSetGenerator


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

public BiMapGenerators.ImmutableBiMapValuesGenerator()
Method Detail

create

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


Copyright © 2010-2012. All Rights Reserved.