public static class RangeValueIterator.Element extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
limit
(End + 1) integer of continuous result range that has the same
value
|
int |
start
Starting integer of the continuous result range that has the same
value
|
int |
value
Gets the common value of the continuous result range
|
| Constructor and Description |
|---|
Element()
Empty default constructor to make javadoc happy
|