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 (package private) static class
DerivedCollectionGenerators.ForwardingTestMapGenerator<K,V>
static class
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>
private static class
MapTestSuiteBuilder.ReserializedMapGenerator<K,V>
(package private) static class
NavigableMapTestSuiteBuilder.DescendingTestMapGenerator<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.Fields in com.google.common.collect.testing declared as TestMapGenerator Modifier and Type Field Description (package private) TestMapGenerator<K,V>
DerivedCollectionGenerators.ForwardingTestMapGenerator. delegate
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)
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 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
private static class
MultimapTestSuiteBuilder.AsMapGenerator<K,V,M extends Multimap<K,V>>
static class
SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
static class
SortedMapGenerators.ImmutableSortedMapGenerator
-