-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.ConfigurableComponent,icu.windea.breezeframework.core.component.ConfigurableRandomGenerator,icu.windea.breezeframework.core.component.RandomGenerator,icu.windea.breezeframework.core.component.TypedComponent,icu.windea.breezeframework.core.model.Configurable
@ExperimentalUnsignedTypes()@ConfigParam(name = min, type = ULong)@ConfigParam(name = max, type = ULong) public class RandomGenerator.RandomULongGenerator extends AbstractRandomGenerator<ULong> implements ConfigurableRandomGenerator<ULong>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRandomGenerator.RandomULongGenerator.Default
-
Constructor Summary
Constructors Constructor Description RandomGenerator.RandomULongGenerator(Map<String, Object> configParams)
-
Method Summary
-
-
Method Detail
-
getConfigParams
final Map<String, Object> getConfigParams()
配置参数。
-
getTargetType
Class<ULong> getTargetType()
目标类型。
-
configure
RandomGenerator.RandomULongGenerator configure(Map<String, Object> configParams)
根据指定的配置复制当前对象,返回一个新对象。
-
-
-
-