public class SparseArray.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
i
The index of entry.
|
double |
x
The value of entry.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
void |
update(double x)
Update the value of entry in the array.
|