Uses of Interface
com.google.common.collect.testing.google.TestBiMapGenerator
-
Packages that use TestBiMapGenerator Package Description com.google.common.collect.testing.google -
-
Uses of TestBiMapGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement TestBiMapGenerator Modifier and Type Class Description static classBiMapGenerators.ImmutableBiMapCopyOfEntriesGeneratorstatic classBiMapGenerators.ImmutableBiMapCopyOfGeneratorstatic classBiMapGenerators.ImmutableBiMapGeneratorstatic classDerivedGoogleCollectionGenerators.InverseBiMapGenerator<K,V>classTestStringBiMapGeneratorImplementation helper forTestBiMapGeneratorfor use with bimaps of strings.Methods in com.google.common.collect.testing.google with parameters of type TestBiMapGenerator Modifier and Type Method Description static <K,V>
BiMapTestSuiteBuilder<K,V>BiMapTestSuiteBuilder. using(TestBiMapGenerator<K,V> generator)
-