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 TypeInterfaceDescriptioninterface
Creates sorted maps, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestMapGeneratorModifier and TypeClassDescription(package private) static class
static class
private static class
(package private) static class
static final class
class
Implementation helper forTestMapGenerator
for use with enum maps.class
Implementation helper forTestMapGenerator
for use with maps of strings.class
Implementation helper forTestMapGenerator
for 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.delegate
Methods 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 class
static class
static class
static class
static class
static class
static class
private static class
MultimapTestSuiteBuilder.AsMapGenerator<K,
V, M extends Multimap<K, V>> static class
static class