Interface TestBiMapGenerator<K,V>

All Superinterfaces:
TestContainerGenerator<BiMap<K,V>,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>,Map.Entry<K,V>>
Creates bimaps, containing sample entries, to be tested.
  • Method Details

    • createKeyArray

      K[] createKeyArray(int length)
    • createValueArray

      V[] createValueArray(int length)