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 | |
|---|---|
ValueIterator.Element()
Empty default constructor to make javadoc happy |
|
Inherited methods | |
|---|---|
Fields
value
Added in API level 24
public Object value
Gets the Object value associated with the integer index.
Public constructors
ValueIterator.Element
Added in API level 24
public ValueIterator.Element ()
Empty default constructor to make javadoc happy