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

java.lang.Object
  extended by com.google.common.collect.testing.TestMapEntrySetGenerator<String,String>
      extended by com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapEntrySetGenerator
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:
BiMapGenerators

public static class BiMapGenerators.ImmutableBiMapEntrySetGenerator
extends TestMapEntrySetGenerator<String,String>


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

BiMapGenerators.ImmutableBiMapEntrySetGenerator

public BiMapGenerators.ImmutableBiMapEntrySetGenerator()
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.