public final class factories extends StaticObject
| Modifier and Type | Method and Description |
|---|---|
static Factory<Integer> |
Int()
Return an integer factory which creates an integer sequence starting with
zero an with step one.
|
static Factory<Integer> |
Int(int step)
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)
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-2013 Franz Wilhelmstötter (2013-12-18 20:17)