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

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


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

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