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 interface
TestSortedMapGenerator<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 static class
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>
static class
NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>
class
TestEnumMapGenerator
Implementation helper forTestMapGenerator
for use with enum maps.class
TestStringMapGenerator
Implementation helper forTestMapGenerator
for use with maps of strings.class
TestStringSortedMapGenerator
Implementation helper forTestMapGenerator
for use with sorted maps of strings.Methods 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)
-
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 class
DerivedGoogleCollectionGenerators.MapGenerator<K,V>
static class
MapGenerators.ImmutableEnumMapGenerator
static class
MapGenerators.ImmutableMapCopyOfEntriesGenerator
static class
MapGenerators.ImmutableMapCopyOfEnumMapGenerator
static class
MapGenerators.ImmutableMapCopyOfGenerator
static class
MapGenerators.ImmutableMapGenerator
static class
MapGenerators.ImmutableMapValuesAsSingletonSetGenerator
static class
SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
static class
SortedMapGenerators.ImmutableSortedMapGenerator
-