Package org.jeasy.random.randomizers.collection
package org.jeasy.random.randomizers.collection
This package contains collection randomizers.
- Author:
- Mahmoud Ben Hassine ([email protected])
-
ClassesClassDescriptionEnumSetRandomizer<E extends Enum<E>>A custom
Randomizer
that generates a list of random values using a delegateRandomizer
.MapRandomizer<K,V> ARandomizer
that generates aMap
with random entries.ARandomizer
that generates a queue of random values using a delegateRandomizer
.ARandomizer
that generates a set of random values using a delegateRandomizer
.