public final class RangeIterable
extends java.lang.Object
implements java.lang.Iterable<java.lang.Integer>
| Constructor and Description |
|---|
RangeIterable(int start,
int count)
Constructor, initializes the fields.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.lang.Integer> |
iterator() |