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 continous result range
|
| Constructor and Description |
|---|
RangeValueIterator.Element()
Empty default constructor to make javadoc happy
|
public int start
public int limit
public int value
Copyright (c) 2012 IBM Corporation and others.