com.ibm.icu.util
Class RangeValueIterator.Element

java.lang.Object
  extended by com.ibm.icu.util.RangeValueIterator.Element
Enclosing interface:
RangeValueIterator

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.

Status:
Stable ICU 2.6.

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

start

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

Status:
Stable ICU 2.6.

limit

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

Status:
Stable ICU 2.6.

value

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

Status:
Stable ICU 2.6.
Constructor Detail

RangeValueIterator.Element

public RangeValueIterator.Element()
Empty default constructor to make javadoc happy

Status:
Stable ICU 2.4.


Copyright (c) 2012 IBM Corporation and others.