Added in API level 24
Element
Stay organized with collections
Save and categorize content based on your preferences.
class 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.