com.ibm.icu.util

Class ValueIterator.Element

public static final class ValueIterator.Element extends Object

The return result container of each iteration. Stores the next integer index and its associated value Object.

UNKNOWN: ICU 2.6

Field Summary
intinteger
Integer index of the current iteration
Objectvalue
Gets the Object value associated with the integer index.
Constructor Summary
Element()
Empty default constructor to make javadoc happy

Field Detail

integer

public int integer
Integer index of the current iteration

UNKNOWN: ICU 2.6

value

public Object value
Gets the Object value associated with the integer index.

UNKNOWN: ICU 2.6

Constructor Detail

Element

public Element()
Empty default constructor to make javadoc happy

UNKNOWN: ICU 2.4