程序包 cn.foofun.forge

类 IntSource

  • 所有已实现的接口:
    Source<Integer>

    public class IntSource
    extends Object
    implements Source<Integer>
    生产min到max范围内,按步进大小不重复的数字
    • 构造器详细资料

      • IntSource

        public IntSource​(int min,
                         int max,
                         int step)