@GwtCompatible public interface TestMapGenerator<K,V> extends TestContainerGenerator<Map<K,V>,Map.Entry<K,V>>
Creates maps, containing sample elements, to be tested.
| Modifier and Type | Method and Description |
|---|---|
K[] |
createKeyArray(int length) |
V[] |
createValueArray(int length) |
create, createArray, order, samples