public final class DoubleFactory extends RandomFactoryBase<Double>
| Constructor and Description |
|---|
DoubleFactory(RandomValueGenerator randomValueGenerator)
Construct a new Double object factory.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
create()
Create a new Double object.
|
getRandomValueGeneratorpublic DoubleFactory(RandomValueGenerator randomValueGenerator) throws IllegalArgumentException
randomValueGenerator - A random value generator used by the Factory to generate random values.IllegalArgumentException - If the specified randomValueGenerator is deemed illegal. For example, if it is null.Copyright © 2010–2020 meanbean. All rights reserved.