Interface TestMapGenerator<K,V>
-
- All Superinterfaces:
TestContainerGenerator<java.util.Map<K,V>,java.util.Map.Entry<K,V>>
- All Known Subinterfaces:
TestSortedMapGenerator<K,V>
- All Known Implementing Classes:
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
,DerivedGoogleCollectionGenerators.MapGenerator
,MapGenerators.ImmutableEnumMapGenerator
,MapGenerators.ImmutableMapCopyOfEntriesGenerator
,MapGenerators.ImmutableMapCopyOfEnumMapGenerator
,MapGenerators.ImmutableMapCopyOfGenerator
,MapGenerators.ImmutableMapGenerator
,NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator
,SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
,SortedMapGenerators.ImmutableSortedMapGenerator
,TestEnumMapGenerator
,TestStringMapGenerator
,TestStringSortedMapGenerator
@GwtCompatible public interface TestMapGenerator<K,V> extends TestContainerGenerator<java.util.Map<K,V>,java.util.Map.Entry<K,V>>
Creates maps, containing sample elements, to be tested.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K[]
createKeyArray(int length)
V[]
createValueArray(int length)
-
Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
create, createArray, order, samples
-
-