Package | Description |
---|---|
io.github.benas.randombeans.randomizers.collection |
This package contains collection randomizers.
|
Modifier and Type | Method and Description |
---|---|
static <T> QueueRandomizer |
QueueRandomizer.aNewQueueRandomizer(Randomizer<T> delegate)
Create a new
QueueRandomizer that will generate a queue with a random number of elements. |
static <T> QueueRandomizer |
QueueRandomizer.aNewQueueRandomizer(Randomizer<T> delegate,
int nbElements)
Create a new
QueueRandomizer that will generate a queue with a fixed number of elements. |
Copyright © 2016. All Rights Reserved.