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

java.lang.Object
  extended by com.google.common.collect.testing.TestMapEntrySetGenerator<String,String>
      extended by com.google.common.collect.testing.google.MapGenerators.ImmutableMapEntrySetGenerator
All Implemented Interfaces:
TestCollectionGenerator<Map.Entry<String,String>>, TestContainerGenerator<Collection<Map.Entry<String,String>>,Map.Entry<String,String>>, TestSetGenerator<Map.Entry<String,String>>
Enclosing class:
MapGenerators

public static class MapGenerators.ImmutableMapEntrySetGenerator
extends TestMapEntrySetGenerator<String,String>


Constructor Summary
MapGenerators.ImmutableMapEntrySetGenerator()
           
 
Method Summary
 Set<Map.Entry<String,String>> createFromEntries(Map.Entry<String,String>[] entries)
           
 
Methods inherited from class com.google.common.collect.testing.TestMapEntrySetGenerator
create, createArray, order, samples
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGenerators.ImmutableMapEntrySetGenerator

public MapGenerators.ImmutableMapEntrySetGenerator()
Method Detail

createFromEntries

public Set<Map.Entry<String,String>> createFromEntries(Map.Entry<String,String>[] entries)
Specified by:
createFromEntries in class TestMapEntrySetGenerator<String,String>


Copyright © 2010-2011. All Rights Reserved.