public class CollectionLikeMG
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ImplementationMap |
ImpsMap |
java.util.Random |
rnd |
int |
size
The size of arrays/collections/maps to generate.
|
Constructor and Description |
---|
CollectionLikeMG(int size,
ImplementationMap ImpsMap) |
Modifier and Type | Method and Description |
---|---|
Generator<PARAM,STEP> |
array(FUN<Generator<PARAM,STEP>> recvalueMetaGenerator) |
Generator<PARAM,STEP> |
collection(FUN<Generator<PARAM,STEP>> recvalueMetaGenerator) |
Generator<PARAM,STEP> |
collectionlike(FUN<Generator<PARAM,STEP>> recvalueMetaGenerator) |
Generator<PARAM,STEP> |
map(FUN<Generator<PARAM,STEP>> recvalueMetaGenerator) |
public java.util.Random rnd
public ImplementationMap ImpsMap
public int size
public CollectionLikeMG(int size, ImplementationMap ImpsMap)