Package 

Interface GenericRandomGenerator

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.RandomGenerator , icu.windea.breezeframework.core.component.TypedComponent

    
    public interface GenericRandomGenerator<T extends Object>
     implements RandomGenerator<T>
                        
    • Method Summary

      Modifier and Type Method Description
      abstract T generate(Type targetType)
      T generate() 生成随机值。
      abstract Class<T> getTargetType() 目标类型。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait