| Package | Description |
|---|---|
| org.cthul.fixsure | |
| org.cthul.fixsure.generators.primitives |
| Modifier and Type | Method and Description |
|---|---|
static ConsecutiveIntegersSequence |
Fixsure.consecutiveIntegers()
Generates consecutive integers.
|
static ConsecutiveIntegersSequence |
Fixsure.consecutiveIntegers(int first)
Generates consecutive integers.
|
static ConsecutiveIntegersSequence |
Fixsure.consecutiveIntegers(int first,
int step)
Generates consecutive integers.
|
static ConsecutiveIntegersSequence |
Fixsure.consecutiveIntegers(int first,
int step,
int end)
Generates consecutive integers.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsecutiveIntegersSequence |
ConsecutiveIntegersSequence.consecutiveIntegers()
Generates consecutive integers.
|
static ConsecutiveIntegersSequence |
ConsecutiveIntegersSequence.consecutiveIntegers(int first)
Generates consecutive integers.
|
static ConsecutiveIntegersSequence |
ConsecutiveIntegersSequence.consecutiveIntegers(int first,
int step)
Generates consecutive integers.
|
static ConsecutiveIntegersSequence |
ConsecutiveIntegersSequence.consecutiveIntegers(int first,
int step,
int end)
Generates consecutive integers.
|
ConsecutiveIntegersSequence |
RandomIntegersGenerator.Template.ordered() |
| Constructor and Description |
|---|
ConsecutiveIntegersSequence(ConsecutiveIntegersSequence src) |
Copyright © 2019. All rights reserved.