public class SparseArray.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
i
The index of entry.
|
double |
x
The value of entry.
|
| Constructor and Description |
|---|
SparseArray.Entry(int i,
double x)
Constructor.
|
Copyright © 2015. All rights reserved.