Added in API level 24

Element

class Element
kotlin.Any
   ↳ android.icu.util.ValueIterator.Element

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

Summary

Public constructors

Empty default constructor to make javadoc happy

Properties
Int

Integer index of the current iteration

Any!

Gets the Object value associated with the integer index.

Public constructors

Element

Added in API level 24
Element()

Empty default constructor to make javadoc happy

Properties

integer

Added in API level 24
var integer: Int

Integer index of the current iteration

value

Added in API level 24
var value: Any!

Gets the Object value associated with the integer index.