Package com.ibm.icu.util
Class ValueIterator.Element
- java.lang.Object
-
- com.ibm.icu.util.ValueIterator.Element
-
- Enclosing interface:
- ValueIterator
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.
-
-
Constructor Summary
Constructors Constructor Description Element()
Empty default constructor to make javadoc happy
-
-
-
Field Detail
-
integer
public int integer
Integer index of the current iteration
-
value
public Object value
Gets the Object value associated with the integer index.
-
-