com.google.common.collect.testing.google
Class MapGenerators.ImmutableMapGenerator

java.lang.Object
  extended by com.google.common.collect.testing.TestStringMapGenerator
      extended by com.google.common.collect.testing.google.MapGenerators.ImmutableMapGenerator
All Implemented Interfaces:
TestContainerGenerator<Map<String,String>,Map.Entry<String,String>>, TestMapGenerator<String,String>
Enclosing class:
MapGenerators

public static class MapGenerators.ImmutableMapGenerator
extends TestStringMapGenerator


Constructor Summary
MapGenerators.ImmutableMapGenerator()
           
 
Method Summary
protected  Map<String,String> create(Map.Entry<String,String>[] entries)
           
 
Methods inherited from class com.google.common.collect.testing.TestStringMapGenerator
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

MapGenerators.ImmutableMapGenerator

public MapGenerators.ImmutableMapGenerator()
Method Detail

create

protected Map<String,String> create(Map.Entry<String,String>[] entries)
Specified by:
create in class TestStringMapGenerator


Copyright © 2010-2012. All Rights Reserved.