public static class IntegerRange.Ascending extends IntegerRange
IntegerRange.Ascending, IntegerRange.Descendingmax, min| Modifier | Constructor and Description |
|---|---|
protected |
IntegerRange.Ascending(int from,
int to)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Integer> |
iterator() |
protected IntegerRange.Ascending(int from,
int to)
from - lower boundaryto - upper boundarypublic Iterator<Integer> iterator()
iterator in interface Iterable<Integer>iterator in interface Collection<Integer>iterator in class IntegerRangeCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.