Interface TestBiMapGenerator<K,V>
-
- All Superinterfaces:
TestContainerGenerator<BiMap<K,V>,java.util.Map.Entry<K,V>>
- All Known Implementing Classes:
BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator,BiMapGenerators.ImmutableBiMapCopyOfGenerator,BiMapGenerators.ImmutableBiMapGenerator,DerivedGoogleCollectionGenerators.InverseBiMapGenerator,TestStringBiMapGenerator
public interface TestBiMapGenerator<K,V> extends TestContainerGenerator<BiMap<K,V>,java.util.Map.Entry<K,V>>
Creates bimaps, containing sample entries, to be tested.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K[]createKeyArray(int length)V[]createValueArray(int length)-
Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
create, createArray, order, samples
-
-