Interface TestBiMapGenerator<K,V>

All Superinterfaces:
TestContainerGenerator<com.google.common.collect.BiMap<K,V>,Map.Entry<K,V>>
All Known Implementing Classes:
BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator, BiMapGenerators.ImmutableBiMapCopyOfGenerator, BiMapGenerators.ImmutableBiMapGenerator, DerivedGoogleCollectionGenerators.InverseBiMapGenerator, TestStringBiMapGenerator

@GwtCompatible public interface TestBiMapGenerator<K,V> extends TestContainerGenerator<com.google.common.collect.BiMap<K,V>,Map.Entry<K,V>>
Creates bimaps, containing sample entries, to be tested.
Author:
Louis Wasserman