- 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
-
Method Summary
Modifier and TypeMethodDescriptionK[]
createKeyArray
(int length) V[]
createValueArray
(int length) Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
create, createArray, order, samples
-
Method Details
-
createKeyArray
-
createValueArray
-