com.google.common.collect.testing.google
Interface TestBiMapGenerator<K,V>

All Superinterfaces:
TestContainerGenerator<BiMap<K,V>,Map.Entry<K,V>>
All Known Implementing Classes:
BiMapGenerators.ImmutableBiMapGenerator, DerivedGoogleCollectionGenerators.InverseBiMapGenerator, TestStringBiMapGenerator

@GwtCompatible
public interface TestBiMapGenerator<K,V>
extends TestContainerGenerator<BiMap<K,V>,Map.Entry<K,V>>

Creates bimaps, containing sample entries, to be tested.

Author:
Louis Wasserman

Method Summary
 K[] createKeyArray(int length)
           
 V[] createValueArray(int length)
           
 
Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
create, createArray, order, samples
 

Method Detail

createKeyArray

K[] createKeyArray(int length)

createValueArray

V[] createValueArray(int length)


Copyright © 2010-2012. All Rights Reserved.