com.ibm.icu.util
Class RangeValueIterator.Element
- RangeValueIterator
public 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.
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
|
Element() - Empty default constructor to make javadoc happy
|
limit
public int limit
(End + 1) integer of continuous result range that has the same
value
start
public int start
Starting integer of the continuous result range that has the same
value
value
public int value
Gets the common value of the continous result range
Element
public Element()
Empty default constructor to make javadoc happy
Copyright (c) 2006 IBM Corporation and others.