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
Creates bimaps, containing sample entries, to be tested.
-
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
-