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 | |
|---|---|
Element()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
Properties
value
Added in API level 24
var value: Any!
Gets the Object value associated with the integer index.