com.ibm.icu.util

Class RangeValueIterator.Element

public static class RangeValueIterator.Element extends Object

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.

UNKNOWN: ICU 2.6

Field Summary
intlimit
(End + 1) integer of continuous result range that has the same value
intstart
Starting integer of the continuous result range that has the same value
intvalue
Gets the common value of the continous result range
Constructor Summary
Element()
Empty default constructor to make javadoc happy

Field Detail

limit

public int limit
(End + 1) integer of continuous result range that has the same value

UNKNOWN: ICU 2.6

start

public int start
Starting integer of the continuous result range that has the same value

UNKNOWN: ICU 2.6

value

public int value
Gets the common value of the continous result range

UNKNOWN: ICU 2.6

Constructor Detail

Element

public Element()
Empty default constructor to make javadoc happy

UNKNOWN: ICU 2.4