public final class FloatFactory extends RandomFactoryBase<Float>
| Constructor and Description |
|---|
FloatFactory(RandomValueGenerator randomValueGenerator)
Construct a new Float object factory.
|
| Modifier and Type | Method and Description |
|---|---|
Float |
create()
Create a new Float object.
|
getRandomValueGeneratorpublic FloatFactory(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.