-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Generator,icu.windea.breezeframework.core.component.RandomGenerator
public class RandomGenerators.RandomBigIntegerGenerator.Default extends RandomGenerators.RandomBigIntegerGenerator
-
-
Field Summary
Fields Modifier and Type Field Description private final BigIntegerminprivate final BigIntegermaxprivate final Map<String, Object>componentParamsprivate final Class<BigInteger>targetTypeprivate final StringcomponentIdpublic final static RandomGenerators.RandomBigIntegerGenerator.DefaultINSTANCE
-
Method Summary
Modifier and Type Method Description final BigIntegergetMin()final BigIntegergetMax()final Map<String, Object>getComponentParams()组件参数。组件参数默认会向下传递。Component parameters. Class<BigInteger>getTargetType()目标类型。 StringgetComponentId()-
Methods inherited from class icu.windea.breezeframework.core.component.RandomGenerators.RandomBigIntegerGenerator.Default
componentCopy, generate -
Methods inherited from class icu.windea.breezeframework.core.component.RandomGenerators.RandomBigIntegerGenerator
equals, hashCode, toString -
Methods inherited from class icu.windea.breezeframework.core.component.Generator
componentEquals, componentHashcode, componentToString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMin
final BigInteger getMin()
-
getMax
final BigInteger getMax()
-
getComponentParams
final Map<String, Object> getComponentParams()
组件参数。组件参数默认会向下传递。
Component parameters. By default, component parameters will pass down.
-
getTargetType
Class<BigInteger> getTargetType()
目标类型。
-
getComponentId
String getComponentId()
-
-
-
-