# Print output for @column tags ?> ValueIterator.Element - Android SDK | Android Developers

Most visited


Recently visited


ValueIterator.Element

public static final class ValueIterator.Element
extends Object

java.lang.Object
   ↳ android.icu.util.ValueIterator.Element


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

Summary


Fields

public int integer

Integer index of the current iteration

public Object value

Gets the Object value associated with the integer index.

Public constructors

Element()

Empty default constructor to make javadoc happy

Inherited methods

Fields


integer

public int integer

Integer index of the current iteration

value

public Object value

Gets the Object value associated with the integer index.

Public constructors


Element

public Element ()

Empty default constructor to make javadoc happy