|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestMapGenerator | |
---|---|
com.google.common.collect.testing | |
com.google.common.collect.testing.google |
Uses of TestMapGenerator in com.google.common.collect.testing |
---|
Classes in com.google.common.collect.testing that implement TestMapGenerator | |
---|---|
static class |
NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>
|
static class |
SortedMapTestSuiteBuilder.SortedMapSubmapTestMapGenerator<K,V>
|
class |
TestEnumMapGenerator
Implementation helper for TestMapGenerator for use with enum maps. |
class |
TestStringMapGenerator
Implementation helper for TestMapGenerator for use with maps of
strings. |
class |
TestStringSortedMapGenerator
Implementation helper for TestMapGenerator for use with sorted maps of strings. |
Methods in com.google.common.collect.testing that return TestMapGenerator | |
---|---|
TestMapGenerator<K,V> |
SortedMapTestSuiteBuilder.SortedMapSubmapTestMapGenerator.getInnerGenerator()
|
Methods in com.google.common.collect.testing with parameters of type TestMapGenerator | ||
---|---|---|
NavigableMapTestSuiteBuilder<K,V> |
NavigableMapTestSuiteBuilder.newBuilderUsing(TestMapGenerator<K,V> delegate,
SortedMapTestSuiteBuilder.Bound to,
SortedMapTestSuiteBuilder.Bound from)
|
|
static
|
NavigableMapTestSuiteBuilder.using(TestMapGenerator<K,V> generator)
|
|
static
|
SortedMapTestSuiteBuilder.using(TestMapGenerator<K,V> generator)
|
|
static
|
MapTestSuiteBuilder.using(TestMapGenerator<K,V> generator)
|
Constructors in com.google.common.collect.testing with parameters of type TestMapGenerator | |
---|---|
NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator(TestMapGenerator<K,V> delegate,
SortedMapTestSuiteBuilder.Bound to,
SortedMapTestSuiteBuilder.Bound from)
|
|
SortedMapTestSuiteBuilder.SortedMapSubmapTestMapGenerator(TestMapGenerator<K,V> delegate,
SortedMapTestSuiteBuilder.Bound to,
SortedMapTestSuiteBuilder.Bound from)
|
Uses of TestMapGenerator in com.google.common.collect.testing.google |
---|
Classes in com.google.common.collect.testing.google that implement TestMapGenerator | |
---|---|
static class |
BiMapTestSuiteBuilder.MapGenerator<K,V>
|
static class |
MapGenerators.ImmutableMapGenerator
|
static class |
SortedMapGenerators.ImmutableSortedMapGenerator
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |