Uses of Interface
com.google.common.collect.testing.TestMapGenerator
Packages that use TestMapGenerator
-
Uses of TestMapGenerator in com.google.common.collect.testing
Subinterfaces of TestMapGenerator in com.google.common.collect.testingModifier and TypeInterfaceDescriptioninterfaceCreates sorted maps, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestMapGeneratorModifier and TypeClassDescription(package private) static classstatic classprivate static class(package private) static classstatic final classclassImplementation helper forTestMapGeneratorfor use with enum maps.classImplementation helper forTestMapGeneratorfor use with maps of strings.classImplementation helper forTestMapGeneratorfor use with sorted maps of strings.Fields in com.google.common.collect.testing declared as TestMapGeneratorModifier and TypeFieldDescription(package private) TestMapGenerator<K,V> DerivedCollectionGenerators.ForwardingTestMapGenerator.delegateMethods in com.google.common.collect.testing with parameters of type TestMapGeneratorModifier and TypeMethodDescriptionstatic <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 TestMapGeneratorModifierConstructorDescription(package private)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 TestMapGeneratorModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classprivate static classMultimapTestSuiteBuilder.AsMapGenerator<K,V, M extends Multimap<K, V>> static classstatic class