Uses of Interface
com.google.common.collect.testing.TestMapGenerator

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
<K,V> NavigableMapTestSuiteBuilder<K,V>
NavigableMapTestSuiteBuilder.using(TestMapGenerator<K,V> generator)
           
static
<K,V> SortedMapTestSuiteBuilder<K,V>
SortedMapTestSuiteBuilder.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
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
           
 



Copyright © 2010-2012. All Rights Reserved.