Added in API level 24

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

Added in API level 24
public int integer

Integer index of the current iteration

value

Added in API level 24
public Object value

Gets the Object value associated with the integer index.

Public constructors

Element

Added in API level 24
public Element ()

Empty default constructor to make javadoc happy