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

java.lang.Object
  extended by com.google.common.collect.testing.google.TestStringBiMapGenerator
      extended by com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapGenerator
All Implemented Interfaces:
TestBiMapGenerator<String,String>, TestContainerGenerator<com.google.common.collect.BiMap<String,String>,Map.Entry<String,String>>
Enclosing class:
BiMapGenerators

public static class BiMapGenerators.ImmutableBiMapGenerator
extends TestStringBiMapGenerator


Constructor Summary
BiMapGenerators.ImmutableBiMapGenerator()
           
 
Method Summary
protected  com.google.common.collect.BiMap<String,String> create(Map.Entry<String,String>[] entries)
           
 
Methods inherited from class com.google.common.collect.testing.google.TestStringBiMapGenerator
create, createArray, createKeyArray, createValueArray, order, samples
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiMapGenerators.ImmutableBiMapGenerator

public BiMapGenerators.ImmutableBiMapGenerator()
Method Detail

create

protected com.google.common.collect.BiMap<String,String> create(Map.Entry<String,String>[] entries)
Specified by:
create in class TestStringBiMapGenerator


Copyright © 2010-2013. All Rights Reserved.