Uses of Interface
com.google.common.collect.testing.TestMapGenerator
-
Packages that use TestMapGenerator Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of TestMapGenerator in com.google.common.collect.testing
Subinterfaces of TestMapGenerator in com.google.common.collect.testing Modifier and Type Interface Description interfaceTestSortedMapGenerator<K,V>Creates sorted maps, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestMapGenerator Modifier and Type Class Description (package private) static classDerivedCollectionGenerators.ForwardingTestMapGenerator<K,V>static classDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>private static classMapTestSuiteBuilder.ReserializedMapGenerator<K,V>(package private) static classNavigableMapTestSuiteBuilder.DescendingTestMapGenerator<K,V>static classNavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>classTestEnumMapGeneratorImplementation helper forTestMapGeneratorfor use with enum maps.classTestStringMapGeneratorImplementation helper forTestMapGeneratorfor use with maps of strings.classTestStringSortedMapGeneratorImplementation helper forTestMapGeneratorfor use with sorted maps of strings.Fields in com.google.common.collect.testing declared as TestMapGenerator Modifier and Type Field Description (package private) TestMapGenerator<K,V>DerivedCollectionGenerators.ForwardingTestMapGenerator. delegateMethods in com.google.common.collect.testing with parameters of type TestMapGenerator Modifier and Type Method Description static <K,V>
ConcurrentMapTestSuiteBuilder<K,V>ConcurrentMapTestSuiteBuilder. using(TestMapGenerator<K,V> generator)static <K,V>
MapTestSuiteBuilder<K,V>MapTestSuiteBuilder. using(TestMapGenerator<K,V> generator)Constructors in com.google.common.collect.testing with parameters of type TestMapGenerator Constructor Description ForwardingTestMapGenerator(TestMapGenerator<K,V> delegate) -
Uses of TestMapGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement TestMapGenerator Modifier and Type Class Description static classDerivedGoogleCollectionGenerators.MapGenerator<K,V>static classMapGenerators.ImmutableEnumMapGeneratorstatic classMapGenerators.ImmutableMapCopyOfEntriesGeneratorstatic classMapGenerators.ImmutableMapCopyOfEnumMapGeneratorstatic classMapGenerators.ImmutableMapCopyOfGeneratorstatic classMapGenerators.ImmutableMapGeneratorstatic classMapGenerators.ImmutableMapValuesAsSingletonSetGeneratorprivate static classMultimapTestSuiteBuilder.AsMapGenerator<K,V,M extends Multimap<K,V>>static classSortedMapGenerators.ImmutableSortedMapCopyOfEntriesGeneratorstatic classSortedMapGenerators.ImmutableSortedMapGenerator
-