public static class SparseIntArray.Entry extends Object
SparseIntArray, consisting of
an index and value.| Modifier and Type | Field and Description |
|---|---|
int |
index
The index in the array of the value
|
int |
value
The value of the array at the index
|
| Constructor and Description |
|---|
SparseIntArray.Entry() |
public int index
public int value
public SparseIntArray.Entry()