com.ibm.icu.util

Class RangeValueIterator.Element

Enclosing Class:
RangeValueIterator

public 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.

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

Element()
Empty default constructor to make javadoc happy

Field Details

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

Constructor Details

Element

public Element()
Empty default constructor to make javadoc happy

Copyright (c) 2006 IBM Corporation and others.