public final class BigIntegerFactory extends RandomFactoryBase<BigInteger>
| Constructor and Description |
|---|
BigIntegerFactory(RandomValueGenerator randomValueGenerator) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
create()
Create a new object of the specified type.
|
getRandomValueGeneratorpublic BigIntegerFactory(RandomValueGenerator randomValueGenerator) throws IllegalArgumentException
IllegalArgumentExceptionpublic BigInteger create()
RandomFactoryBasecreate in interface Factory<BigInteger>create in class RandomFactoryBase<BigInteger>Copyright © 2010–2020 meanbean. All rights reserved.