public static class IntegerSequence.Range extends Object implements Iterable<Integer>
Constructor and Description |
---|
IntegerSequence.Range(int start,
int max,
int step)
Creates a sequence
|
public IntegerSequence.Range(int start, int max, int step)
start
- First value of the range.max
- Last value of the range that satisfies the above
construction rule.step
- Increment.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.