Interface TestBiMapGenerator<K extends @Nullable Object,V extends @Nullable Object>

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 extends @Nullable Object,V extends @Nullable Object> extends TestContainerGenerator<com.google.common.collect.BiMap<K,V>,Map.Entry<K,V>>
Creates bimaps, containing sample entries, to be tested.
Author:
Louis Wasserman