Class ValueIterator.Element
java.lang.Object
com.ibm.icu.util.ValueIterator.Element
- Enclosing interface:
ValueIterator
The return result container of each iteration. Stores the next integer index and its
associated value Object.
- Author:
- synwee
- Status:
- Stable ICU 2.6.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
integer
public int integerInteger index of the current iteration- Status:
- Stable ICU 2.6.
-
value
-
-
Constructor Details
-
Element
public Element()Empty default constructor to make javadoc happy- Status:
- Stable ICU 2.4.
-