@Deprecated public final class factories extends StaticObject
Modifier and Type | Method and Description |
---|---|
static Factory<Integer> |
Int()
Deprecated.
Return an integer factory which creates an integer sequence starting with
zero an with step one.
|
static Factory<Integer> |
Int(int step)
Deprecated.
Return an integer factory which creates an integer sequence starting with
zero an with the given
step . |
static Factory<Integer> |
Int(int start,
int step)
Deprecated.
Return an integer factory which creates an integer sequence starting with
start an with the given step . |
public static Factory<Integer> Int()
public static Factory<Integer> Int(int step)
step
.step
- the gap between the generated integers.© 2007-2014 Franz Wilhelmstötter (2014-03-07 19:35)