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