|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.icu.util.RangeValueIterator.Element
public static class RangeValueIterator.Element
Return result wrapper for com.ibm.icu.util.RangeValueIterator. Stores the start and limit of the continous result range and the common value all integers between [start, limit - 1] has.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
RangeValueIterator.Element()
Empty default constructor to make javadoc happy |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int start
public int limit
public int value
| Constructor Detail |
|---|
public RangeValueIterator.Element()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||